100 |
SELECT SQL_NO_CACHE cp.id_category, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pa.id_product_attribute FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN ps_specific_price sp_2 ON (
sp_2.id_product = p.id_product AND
sp_2.id_shop IN (0, 1) AND
sp_2.id_currency IN (0, 2) AND
sp_2.id_country IN (0, 6) AND
sp_2.id_group IN (0, 1) AND
sp_2.from_quantity = 1 AND
sp_2.reduction > 0 AND
sp_2.id_customer = 0 AND
sp_2.id_cart = 0 AND
(sp_2.from = '0000-00-00 00:00:00' OR '2025-09-23 07:51:32' >= sp_2.from) AND
(sp_2.to = '0000-00-00 00:00:00' OR '2025-09-23 07:51:32' <= sp_2.to)
) WHERE ((sa.quantity<=0 AND sa_1.out_of_stock IN (0, 2)) OR (sa.quantity>0)) AND ((pac_1.id_attribute IN (2, 4, 5))) AND ((sp_2.reduction>0)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.condition IN ('new', 'refurbished') AND p.date_add>'2014-10-12 00:00:00' GROUP BY p.id_product) p INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN ps_specific_price sp_2 ON (
sp_2.id_product = p.id_product AND
sp_2.id_shop IN (0, 1) AND
sp_2.id_currency IN (0, 2) AND
sp_2.id_country IN (0, 6) AND
sp_2.id_group IN (0, 1) AND
sp_2.from_quantity = 1 AND
sp_2.reduction > 0 AND
sp_2.id_customer = 0 AND
sp_2.id_cart = 0 AND
(sp_2.from = '0000-00-00 00:00:00' OR '2025-09-23 07:51:32' >= sp_2.from) AND
(sp_2.to = '0000-00-00 00:00:00' OR '2025-09-23 07:51:32' <= sp_2.to)
) WHERE ((sa.quantity<=0 AND sa_1.out_of_stock IN (0, 2)) OR (sa.quantity>0)) AND ((pac_1.id_attribute IN (2, 4, 5))) AND ((sp_2.reduction>0)) AND cg.id_group='1' AND c.level_depth<=2 AND c.nleft>2 AND c.nright<65 GROUP BY cp.id_category |
5.737
ms
|
95256 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:992 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:158 (getCategoriesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
111 |
SELECT SQL_NO_CACHE pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pa.id_product_attribute FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN ps_specific_price sp_2 ON (
sp_2.id_product = p.id_product AND
sp_2.id_shop IN (0, 1) AND
sp_2.id_currency IN (0, 2) AND
sp_2.id_country IN (0, 6) AND
sp_2.id_group IN (0, 1) AND
sp_2.from_quantity = 1 AND
sp_2.reduction > 0 AND
sp_2.id_customer = 0 AND
sp_2.id_cart = 0 AND
(sp_2.from = '0000-00-00 00:00:00' OR '2025-09-23 07:51:32' >= sp_2.from) AND
(sp_2.to = '0000-00-00 00:00:00' OR '2025-09-23 07:51:32' <= sp_2.to)
) WHERE ((sa.quantity<=0 AND sa_1.out_of_stock IN (0, 2)) OR (sa.quantity>0)) AND ((pac_1.id_attribute IN (2, 4, 5))) AND ((sp_2.reduction>0)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND cp.id_category IN (5, 3) AND p.condition IN ('new', 'refurbished') AND p.date_add>'2014-10-12 00:00:00' GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN ps_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN ps_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) LEFT JOIN ps_stock_available sa_1_1 ON (p.id_product = sa_1_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1_1.id_product_attribute AND sa_1_1.id_shop = 1 AND sa_1_1.id_shop_group = 0 ) LEFT JOIN ps_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) LEFT JOIN ps_specific_price sp_3 ON (
sp_3.id_product = p.id_product AND
sp_3.id_shop IN (0, 1) AND
sp_3.id_currency IN (0, 2) AND
sp_3.id_country IN (0, 6) AND
sp_3.id_group IN (0, 1) AND
sp_3.from_quantity = 1 AND
sp_3.reduction > 0 AND
sp_3.id_customer = 0 AND
sp_3.id_cart = 0 AND
(sp_3.from = '0000-00-00 00:00:00' OR '2025-09-23 07:51:32' >= sp_3.from) AND
(sp_3.to = '0000-00-00 00:00:00' OR '2025-09-23 07:51:32' <= sp_3.to)
) WHERE ((a.id_attribute_group=4)) AND ((sa_1.quantity<=0 AND sa_1_1.out_of_stock IN (0, 2)) OR (sa_1.quantity>0)) AND ((pac_2.id_attribute IN (2, 4, 5))) AND ((sp_3.reduction>0)) GROUP BY pac.id_attribute |
4.212
ms
|
10584 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:737 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:150 (getAttributesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
109 |
SELECT SQL_NO_CACHE pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pa.id_product_attribute FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN ps_specific_price sp_2 ON (
sp_2.id_product = p.id_product AND
sp_2.id_shop IN (0, 1) AND
sp_2.id_currency IN (0, 2) AND
sp_2.id_country IN (0, 6) AND
sp_2.id_group IN (0, 1) AND
sp_2.from_quantity = 1 AND
sp_2.reduction > 0 AND
sp_2.id_customer = 0 AND
sp_2.id_cart = 0 AND
(sp_2.from = '0000-00-00 00:00:00' OR '2025-09-23 07:51:32' >= sp_2.from) AND
(sp_2.to = '0000-00-00 00:00:00' OR '2025-09-23 07:51:32' <= sp_2.to)
) WHERE ((sa.quantity<=0 AND sa_1.out_of_stock IN (0, 2)) OR (sa.quantity>0)) AND ((pac_1.id_attribute IN (2, 4, 5))) AND ((sp_2.reduction>0)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND cp.id_category IN (5, 3) AND p.condition IN ('new', 'refurbished') AND p.date_add>'2014-10-12 00:00:00' GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN ps_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN ps_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) LEFT JOIN ps_stock_available sa_1_1 ON (p.id_product = sa_1_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1_1.id_product_attribute AND sa_1_1.id_shop = 1 AND sa_1_1.id_shop_group = 0 ) LEFT JOIN ps_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) LEFT JOIN ps_specific_price sp_3 ON (
sp_3.id_product = p.id_product AND
sp_3.id_shop IN (0, 1) AND
sp_3.id_currency IN (0, 2) AND
sp_3.id_country IN (0, 6) AND
sp_3.id_group IN (0, 1) AND
sp_3.from_quantity = 1 AND
sp_3.reduction > 0 AND
sp_3.id_customer = 0 AND
sp_3.id_cart = 0 AND
(sp_3.from = '0000-00-00 00:00:00' OR '2025-09-23 07:51:32' >= sp_3.from) AND
(sp_3.to = '0000-00-00 00:00:00' OR '2025-09-23 07:51:32' <= sp_3.to)
) WHERE ((a.id_attribute_group=3)) AND ((sa_1.quantity<=0 AND sa_1_1.out_of_stock IN (0, 2)) OR (sa_1.quantity>0)) AND ((pac_2.id_attribute IN (2, 4, 5))) AND ((sp_3.reduction>0)) GROUP BY pac.id_attribute |
3.876
ms
|
15120 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:737 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:150 (getAttributesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
105 |
SELECT SQL_NO_CACHE pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pa.id_product_attribute FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) LEFT JOIN ps_specific_price sp_1 ON (
sp_1.id_product = p.id_product AND
sp_1.id_shop IN (0, 1) AND
sp_1.id_currency IN (0, 2) AND
sp_1.id_country IN (0, 6) AND
sp_1.id_group IN (0, 1) AND
sp_1.from_quantity = 1 AND
sp_1.reduction > 0 AND
sp_1.id_customer = 0 AND
sp_1.id_cart = 0 AND
(sp_1.from = '0000-00-00 00:00:00' OR '2025-09-23 07:51:32' >= sp_1.from) AND
(sp_1.to = '0000-00-00 00:00:00' OR '2025-09-23 07:51:32' <= sp_1.to)
) WHERE ((sa.quantity<=0 AND sa_1.out_of_stock IN (0, 2)) OR (sa.quantity>0)) AND ((sp_1.reduction>0)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND cp.id_category IN (5, 3) AND p.condition IN ('new', 'refurbished') AND p.date_add>'2014-10-12 00:00:00' GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN ps_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN ps_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) LEFT JOIN ps_stock_available sa_1_1 ON (p.id_product = sa_1_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1_1.id_product_attribute AND sa_1_1.id_shop = 1 AND sa_1_1.id_shop_group = 0 ) LEFT JOIN ps_specific_price sp_2 ON (
sp_2.id_product = p.id_product AND
sp_2.id_shop IN (0, 1) AND
sp_2.id_currency IN (0, 2) AND
sp_2.id_country IN (0, 6) AND
sp_2.id_group IN (0, 1) AND
sp_2.from_quantity = 1 AND
sp_2.reduction > 0 AND
sp_2.id_customer = 0 AND
sp_2.id_cart = 0 AND
(sp_2.from = '0000-00-00 00:00:00' OR '2025-09-23 07:51:32' >= sp_2.from) AND
(sp_2.to = '0000-00-00 00:00:00' OR '2025-09-23 07:51:32' <= sp_2.to)
) WHERE ((a.id_attribute_group=1)) AND ((sa_1.quantity<=0 AND sa_1_1.out_of_stock IN (0, 2)) OR (sa_1.quantity>0)) AND ((sp_2.reduction>0)) GROUP BY pac.id_attribute |
3.532
ms
|
10584 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:737 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:150 (getAttributesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
113 |
SELECT SQL_NO_CACHE pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pa.id_product_attribute FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN ps_specific_price sp_2 ON (
sp_2.id_product = p.id_product AND
sp_2.id_shop IN (0, 1) AND
sp_2.id_currency IN (0, 2) AND
sp_2.id_country IN (0, 6) AND
sp_2.id_group IN (0, 1) AND
sp_2.from_quantity = 1 AND
sp_2.reduction > 0 AND
sp_2.id_customer = 0 AND
sp_2.id_cart = 0 AND
(sp_2.from = '0000-00-00 00:00:00' OR '2025-09-23 07:51:32' >= sp_2.from) AND
(sp_2.to = '0000-00-00 00:00:00' OR '2025-09-23 07:51:32' <= sp_2.to)
) WHERE ((sa.quantity<=0 AND sa_1.out_of_stock IN (0, 2)) OR (sa.quantity>0)) AND ((pac_1.id_attribute IN (2, 4, 5))) AND ((sp_2.reduction>0)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND cp.id_category IN (5, 3) AND p.condition IN ('new', 'refurbished') AND p.date_add>'2014-10-12 00:00:00' GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN ps_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN ps_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) LEFT JOIN ps_stock_available sa_1_1 ON (p.id_product = sa_1_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1_1.id_product_attribute AND sa_1_1.id_shop = 1 AND sa_1_1.id_shop_group = 0 ) LEFT JOIN ps_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) LEFT JOIN ps_specific_price sp_3 ON (
sp_3.id_product = p.id_product AND
sp_3.id_shop IN (0, 1) AND
sp_3.id_currency IN (0, 2) AND
sp_3.id_country IN (0, 6) AND
sp_3.id_group IN (0, 1) AND
sp_3.from_quantity = 1 AND
sp_3.reduction > 0 AND
sp_3.id_customer = 0 AND
sp_3.id_cart = 0 AND
(sp_3.from = '0000-00-00 00:00:00' OR '2025-09-23 07:51:32' >= sp_3.from) AND
(sp_3.to = '0000-00-00 00:00:00' OR '2025-09-23 07:51:32' <= sp_3.to)
) WHERE ((a.id_attribute_group=5)) AND ((sa_1.quantity<=0 AND sa_1_1.out_of_stock IN (0, 2)) OR (sa_1.quantity>0)) AND ((pac_2.id_attribute IN (2, 4, 5))) AND ((sp_3.reduction>0)) GROUP BY pac.id_attribute |
3.532
ms
|
90720 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:737 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:150 (getAttributesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
107 |
SELECT SQL_NO_CACHE pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pa.id_product_attribute FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN ps_specific_price sp_2 ON (
sp_2.id_product = p.id_product AND
sp_2.id_shop IN (0, 1) AND
sp_2.id_currency IN (0, 2) AND
sp_2.id_country IN (0, 6) AND
sp_2.id_group IN (0, 1) AND
sp_2.from_quantity = 1 AND
sp_2.reduction > 0 AND
sp_2.id_customer = 0 AND
sp_2.id_cart = 0 AND
(sp_2.from = '0000-00-00 00:00:00' OR '2025-09-23 07:51:32' >= sp_2.from) AND
(sp_2.to = '0000-00-00 00:00:00' OR '2025-09-23 07:51:32' <= sp_2.to)
) WHERE ((sa.quantity<=0 AND sa_1.out_of_stock IN (0, 2)) OR (sa.quantity>0)) AND ((pac_1.id_attribute IN (2, 4, 5))) AND ((sp_2.reduction>0)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND cp.id_category IN (5, 3) AND p.condition IN ('new', 'refurbished') AND p.date_add>'2014-10-12 00:00:00' GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN ps_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN ps_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) LEFT JOIN ps_stock_available sa_1_1 ON (p.id_product = sa_1_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1_1.id_product_attribute AND sa_1_1.id_shop = 1 AND sa_1_1.id_shop_group = 0 ) LEFT JOIN ps_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) LEFT JOIN ps_specific_price sp_3 ON (
sp_3.id_product = p.id_product AND
sp_3.id_shop IN (0, 1) AND
sp_3.id_currency IN (0, 2) AND
sp_3.id_country IN (0, 6) AND
sp_3.id_group IN (0, 1) AND
sp_3.from_quantity = 1 AND
sp_3.reduction > 0 AND
sp_3.id_customer = 0 AND
sp_3.id_cart = 0 AND
(sp_3.from = '0000-00-00 00:00:00' OR '2025-09-23 07:51:32' >= sp_3.from) AND
(sp_3.to = '0000-00-00 00:00:00' OR '2025-09-23 07:51:32' <= sp_3.to)
) WHERE ((a.id_attribute_group=2)) AND ((sa_1.quantity<=0 AND sa_1_1.out_of_stock IN (0, 2)) OR (sa_1.quantity>0)) AND ((pac_2.id_attribute IN (2, 4, 5))) AND ((sp_3.reduction>0)) GROUP BY pac.id_attribute |
3.428
ms
|
90720 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:737 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:150 (getAttributesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
119 |
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pa.id_product_attribute FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((sa.quantity<=0 AND sa_1.out_of_stock IN (0, 2)) OR (sa.quantity>0)) AND ((pac_1.id_attribute IN (2, 4, 5))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND cp.id_category IN (5, 3) AND p.condition IN ('new', 'refurbished') AND p.date_add>'2014-10-12 00:00:00' GROUP BY p.id_product) p LEFT JOIN ps_specific_price sp ON (
sp.id_product = p.id_product AND
sp.id_shop IN (0, 1) AND
sp.id_currency IN (0, 2) AND
sp.id_country IN (0, 6) AND
sp.id_group IN (0, 1) AND
sp.from_quantity = 1 AND
sp.reduction > 0 AND
sp.id_customer = 0 AND
sp.id_cart = 0 AND
(sp.from = '0000-00-00 00:00:00' OR '2025-09-23 07:51:32' >= sp.from) AND
(sp.to = '0000-00-00 00:00:00' OR '2025-09-23 07:51:32' <= sp.to)
) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) LEFT JOIN ps_stock_available sa_1_1 ON (p.id_product = sa_1_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1_1.id_product_attribute AND sa_1_1.id_shop = 1 AND sa_1_1.id_shop_group = 0 ) LEFT JOIN ps_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) WHERE ((sp.reduction>0)) AND ((sa_1.quantity<=0 AND sa_1_1.out_of_stock IN (0, 2)) OR (sa_1.quantity>0)) AND ((pac_2.id_attribute IN (2, 4, 5))) |
3.424
ms
|
21168 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (execute)
/modules/ps_facetedsearch/src/Adapter/MySQL.php:757 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:605 (count)
/modules/ps_facetedsearch/src/Filters/Block.php:143 (getHighlightsBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
115 |
SELECT SQL_NO_CACHE pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pa.id_product_attribute FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN ps_specific_price sp_2 ON (
sp_2.id_product = p.id_product AND
sp_2.id_shop IN (0, 1) AND
sp_2.id_currency IN (0, 2) AND
sp_2.id_country IN (0, 6) AND
sp_2.id_group IN (0, 1) AND
sp_2.from_quantity = 1 AND
sp_2.reduction > 0 AND
sp_2.id_customer = 0 AND
sp_2.id_cart = 0 AND
(sp_2.from = '0000-00-00 00:00:00' OR '2025-09-23 07:51:32' >= sp_2.from) AND
(sp_2.to = '0000-00-00 00:00:00' OR '2025-09-23 07:51:32' <= sp_2.to)
) WHERE ((sa.quantity<=0 AND sa_1.out_of_stock IN (0, 2)) OR (sa.quantity>0)) AND ((pac_1.id_attribute IN (2, 4, 5))) AND ((sp_2.reduction>0)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND cp.id_category IN (5, 3) AND p.condition IN ('new', 'refurbished') AND p.date_add>'2014-10-12 00:00:00' GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN ps_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN ps_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) LEFT JOIN ps_stock_available sa_1_1 ON (p.id_product = sa_1_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1_1.id_product_attribute AND sa_1_1.id_shop = 1 AND sa_1_1.id_shop_group = 0 ) LEFT JOIN ps_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) LEFT JOIN ps_specific_price sp_3 ON (
sp_3.id_product = p.id_product AND
sp_3.id_shop IN (0, 1) AND
sp_3.id_currency IN (0, 2) AND
sp_3.id_country IN (0, 6) AND
sp_3.id_group IN (0, 1) AND
sp_3.from_quantity = 1 AND
sp_3.reduction > 0 AND
sp_3.id_customer = 0 AND
sp_3.id_cart = 0 AND
(sp_3.from = '0000-00-00 00:00:00' OR '2025-09-23 07:51:32' >= sp_3.from) AND
(sp_3.to = '0000-00-00 00:00:00' OR '2025-09-23 07:51:32' <= sp_3.to)
) WHERE ((a.id_attribute_group=6)) AND ((sa_1.quantity<=0 AND sa_1_1.out_of_stock IN (0, 2)) OR (sa_1.quantity>0)) AND ((pac_2.id_attribute IN (2, 4, 5))) AND ((sp_3.reduction>0)) GROUP BY pac.id_attribute |
3.391
ms
|
10584 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:737 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:150 (getAttributesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
118 |
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pa.id_product_attribute FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((sa.quantity<=0 AND sa_1.out_of_stock IN (0, 2)) OR (sa.quantity>0)) AND ((pac_1.id_attribute IN (2, 4, 5))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND cp.id_category IN (5, 3) AND p.condition IN ('new', 'refurbished') AND p.date_add>'2014-10-12 00:00:00' GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) LEFT JOIN ps_stock_available sa_1_1 ON (p.id_product = sa_1_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1_1.id_product_attribute AND sa_1_1.id_shop = 1 AND sa_1_1.id_shop_group = 0 ) LEFT JOIN ps_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) WHERE ((p.on_sale=1)) AND ((sa_1.quantity<=0 AND sa_1_1.out_of_stock IN (0, 2)) OR (sa_1.quantity>0)) AND ((pac_2.id_attribute IN (2, 4, 5))) |
3.260
ms
|
21168 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (execute)
/modules/ps_facetedsearch/src/Adapter/MySQL.php:757 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:565 (count)
/modules/ps_facetedsearch/src/Filters/Block.php:143 (getHighlightsBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
117 |
SELECT SQL_NO_CACHE p.id_manufacturer, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pa.id_product_attribute FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN ps_specific_price sp_2 ON (
sp_2.id_product = p.id_product AND
sp_2.id_shop IN (0, 1) AND
sp_2.id_currency IN (0, 2) AND
sp_2.id_country IN (0, 6) AND
sp_2.id_group IN (0, 1) AND
sp_2.from_quantity = 1 AND
sp_2.reduction > 0 AND
sp_2.id_customer = 0 AND
sp_2.id_cart = 0 AND
(sp_2.from = '0000-00-00 00:00:00' OR '2025-09-23 07:51:32' >= sp_2.from) AND
(sp_2.to = '0000-00-00 00:00:00' OR '2025-09-23 07:51:32' <= sp_2.to)
) WHERE ((sa.quantity<=0 AND sa_1.out_of_stock IN (0, 2)) OR (sa.quantity>0)) AND ((pac_1.id_attribute IN (2, 4, 5))) AND ((sp_2.reduction>0)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND cp.id_category IN (5, 3) AND p.condition IN ('new', 'refurbished') AND p.date_add>'2014-10-12 00:00:00' GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN ps_specific_price sp_2 ON (
sp_2.id_product = p.id_product AND
sp_2.id_shop IN (0, 1) AND
sp_2.id_currency IN (0, 2) AND
sp_2.id_country IN (0, 6) AND
sp_2.id_group IN (0, 1) AND
sp_2.from_quantity = 1 AND
sp_2.reduction > 0 AND
sp_2.id_customer = 0 AND
sp_2.id_cart = 0 AND
(sp_2.from = '0000-00-00 00:00:00' OR '2025-09-23 07:51:32' >= sp_2.from) AND
(sp_2.to = '0000-00-00 00:00:00' OR '2025-09-23 07:51:32' <= sp_2.to)
) WHERE ((sa.quantity<=0 AND sa_1.out_of_stock IN (0, 2)) OR (sa.quantity>0)) AND ((pac_1.id_attribute IN (2, 4, 5))) AND ((sp_2.reduction>0)) GROUP BY p.id_manufacturer |
2.897
ms
|
10584 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:661 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:146 (getManufacturersBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
97 |
SELECT SQL_NO_CACHE p.id_product, p.id_product_attribute FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pa.id_product_attribute FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN ps_specific_price sp_2 ON (
sp_2.id_product = p.id_product AND
sp_2.id_shop IN (0, 1) AND
sp_2.id_currency IN (0, 2) AND
sp_2.id_country IN (0, 6) AND
sp_2.id_group IN (0, 1) AND
sp_2.from_quantity = 1 AND
sp_2.reduction > 0 AND
sp_2.id_customer = 0 AND
sp_2.id_cart = 0 AND
(sp_2.from = '0000-00-00 00:00:00' OR '2025-09-23 07:51:32' >= sp_2.from) AND
(sp_2.to = '0000-00-00 00:00:00' OR '2025-09-23 07:51:32' <= sp_2.to)
) WHERE ((sa.quantity<=0 AND sa_1.out_of_stock IN (0, 2)) OR (sa.quantity>0)) AND ((pac_1.id_attribute IN (2, 4, 5))) AND ((sp_2.reduction>0)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND cp.id_category IN (5, 3) AND p.condition IN ('new', 'refurbished') AND p.date_add>'2014-10-12 00:00:00' GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) GROUP BY p.id_product ORDER BY p.date_add DESC, p.id_product DESC |
2.611
ms
|
10584 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Filters/Products.php:87 (execute)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:186 (getProductByFilters)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
120 |
SELECT SQL_NO_CACHE p.condition, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pa.id_product_attribute FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN ps_specific_price sp_2 ON (
sp_2.id_product = p.id_product AND
sp_2.id_shop IN (0, 1) AND
sp_2.id_currency IN (0, 2) AND
sp_2.id_country IN (0, 6) AND
sp_2.id_group IN (0, 1) AND
sp_2.from_quantity = 1 AND
sp_2.reduction > 0 AND
sp_2.id_customer = 0 AND
sp_2.id_cart = 0 AND
(sp_2.from = '0000-00-00 00:00:00' OR '2025-09-23 07:51:32' >= sp_2.from) AND
(sp_2.to = '0000-00-00 00:00:00' OR '2025-09-23 07:51:32' <= sp_2.to)
) WHERE ((sa.quantity<=0 AND sa_1.out_of_stock IN (0, 2)) OR (sa.quantity>0)) AND ((pac_1.id_attribute IN (2, 4, 5))) AND ((sp_2.reduction>0)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND cp.id_category IN (5, 3) AND p.date_add>'2014-10-12 00:00:00' GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN ps_specific_price sp_2 ON (
sp_2.id_product = p.id_product AND
sp_2.id_shop IN (0, 1) AND
sp_2.id_currency IN (0, 2) AND
sp_2.id_country IN (0, 6) AND
sp_2.id_group IN (0, 1) AND
sp_2.from_quantity = 1 AND
sp_2.reduction > 0 AND
sp_2.id_customer = 0 AND
sp_2.id_cart = 0 AND
(sp_2.from = '0000-00-00 00:00:00' OR '2025-09-23 07:51:32' >= sp_2.from) AND
(sp_2.to = '0000-00-00 00:00:00' OR '2025-09-23 07:51:32' <= sp_2.to)
) WHERE ((sa.quantity<=0 AND sa_1.out_of_stock IN (0, 2)) OR (sa.quantity>0)) AND ((pac_1.id_attribute IN (2, 4, 5))) AND ((sp_2.reduction>0)) GROUP BY p.condition |
2.605
ms
|
10584 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:394 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:137 (getConditionsBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
101 |
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pa.id_product_attribute FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_specific_price sp_1 ON (
sp_1.id_product = p.id_product AND
sp_1.id_shop IN (0, 1) AND
sp_1.id_currency IN (0, 2) AND
sp_1.id_country IN (0, 6) AND
sp_1.id_group IN (0, 1) AND
sp_1.from_quantity = 1 AND
sp_1.reduction > 0 AND
sp_1.id_customer = 0 AND
sp_1.id_cart = 0 AND
(sp_1.from = '0000-00-00 00:00:00' OR '2025-09-23 07:51:32' >= sp_1.from) AND
(sp_1.to = '0000-00-00 00:00:00' OR '2025-09-23 07:51:32' <= sp_1.to)
) WHERE ((pac.id_attribute IN (2, 4, 5))) AND ((sp_1.reduction>0)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND cp.id_category IN (5, 3) AND p.condition IN ('new', 'refurbished') AND p.date_add>'2014-10-12 00:00:00' GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN ps_specific_price sp_2 ON (
sp_2.id_product = p.id_product AND
sp_2.id_shop IN (0, 1) AND
sp_2.id_currency IN (0, 2) AND
sp_2.id_country IN (0, 6) AND
sp_2.id_group IN (0, 1) AND
sp_2.from_quantity = 1 AND
sp_2.reduction > 0 AND
sp_2.id_customer = 0 AND
sp_2.id_cart = 0 AND
(sp_2.from = '0000-00-00 00:00:00' OR '2025-09-23 07:51:32' >= sp_2.from) AND
(sp_2.to = '0000-00-00 00:00:00' OR '2025-09-23 07:51:32' <= sp_2.to)
) WHERE ((sa.quantity<=0 AND sa_1.out_of_stock IN (0, 2))) AND ((pac_1.id_attribute IN (2, 4, 5))) AND ((sp_2.reduction>0)) |
2.166
ms
|
42336 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (execute)
/modules/ps_facetedsearch/src/Adapter/MySQL.php:757 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:480 (count)
/modules/ps_facetedsearch/src/Filters/Block.php:140 (getAvailabilitiesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
104 |
SELECT SQL_NO_CACHE psi.price_min, MIN(price_min) as min, MAX(price_max) as max FROM ps_product p INNER JOIN ps_layered_price_index psi ON (psi.id_product = p.id_product AND psi.id_shop = 1 AND psi.id_currency = 2 AND psi.id_country = 6) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN ps_specific_price sp_2 ON (
sp_2.id_product = p.id_product AND
sp_2.id_shop IN (0, 1) AND
sp_2.id_currency IN (0, 2) AND
sp_2.id_country IN (0, 6) AND
sp_2.id_group IN (0, 1) AND
sp_2.from_quantity = 1 AND
sp_2.reduction > 0 AND
sp_2.id_customer = 0 AND
sp_2.id_cart = 0 AND
(sp_2.from = '0000-00-00 00:00:00' OR '2025-09-23 07:51:32' >= sp_2.from) AND
(sp_2.to = '0000-00-00 00:00:00' OR '2025-09-23 07:51:32' <= sp_2.to)
) WHERE ((sa.quantity<=0 AND sa_1.out_of_stock IN (0, 2)) OR (sa.quantity>0)) AND ((pac_1.id_attribute IN (2, 4, 5))) AND ((sp_2.reduction>0)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND cp.id_category IN (5, 3) AND p.condition IN ('new', 'refurbished') AND p.date_add>'2014-10-12 00:00:00' |
1.753
ms
|
168 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:57 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:250 (getMinMaxPriceValue)
/modules/ps_facetedsearch/src/Filters/Block.php:131 (getPriceRangeBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
103 |
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pa.id_product_attribute FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_specific_price sp_1 ON (
sp_1.id_product = p.id_product AND
sp_1.id_shop IN (0, 1) AND
sp_1.id_currency IN (0, 2) AND
sp_1.id_country IN (0, 6) AND
sp_1.id_group IN (0, 1) AND
sp_1.from_quantity = 1 AND
sp_1.reduction > 0 AND
sp_1.id_customer = 0 AND
sp_1.id_cart = 0 AND
(sp_1.from = '0000-00-00 00:00:00' OR '2025-09-23 07:51:32' >= sp_1.from) AND
(sp_1.to = '0000-00-00 00:00:00' OR '2025-09-23 07:51:32' <= sp_1.to)
) WHERE ((pac.id_attribute IN (2, 4, 5))) AND ((sp_1.reduction>0)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND cp.id_category IN (5, 3) AND p.condition IN ('new', 'refurbished') AND p.date_add>'2014-10-12 00:00:00' GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN ps_specific_price sp_2 ON (
sp_2.id_product = p.id_product AND
sp_2.id_shop IN (0, 1) AND
sp_2.id_currency IN (0, 2) AND
sp_2.id_country IN (0, 6) AND
sp_2.id_group IN (0, 1) AND
sp_2.from_quantity = 1 AND
sp_2.reduction > 0 AND
sp_2.id_customer = 0 AND
sp_2.id_cart = 0 AND
(sp_2.from = '0000-00-00 00:00:00' OR '2025-09-23 07:51:32' >= sp_2.from) AND
(sp_2.to = '0000-00-00 00:00:00' OR '2025-09-23 07:51:32' <= sp_2.to)
) WHERE ((sa.quantity>0)) AND ((pac_1.id_attribute IN (2, 4, 5))) AND ((sp_2.reduction>0)) |
1.738
ms
|
10584 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (execute)
/modules/ps_facetedsearch/src/Adapter/MySQL.php:757 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:505 (count)
/modules/ps_facetedsearch/src/Filters/Block.php:140 (getAvailabilitiesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
102 |
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pa.id_product_attribute FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_specific_price sp_1 ON (
sp_1.id_product = p.id_product AND
sp_1.id_shop IN (0, 1) AND
sp_1.id_currency IN (0, 2) AND
sp_1.id_country IN (0, 6) AND
sp_1.id_group IN (0, 1) AND
sp_1.from_quantity = 1 AND
sp_1.reduction > 0 AND
sp_1.id_customer = 0 AND
sp_1.id_cart = 0 AND
(sp_1.from = '0000-00-00 00:00:00' OR '2025-09-23 07:51:32' >= sp_1.from) AND
(sp_1.to = '0000-00-00 00:00:00' OR '2025-09-23 07:51:32' <= sp_1.to)
) WHERE ((pac.id_attribute IN (2, 4, 5))) AND ((sp_1.reduction>0)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND cp.id_category IN (5, 3) AND p.condition IN ('new', 'refurbished') AND p.date_add>'2014-10-12 00:00:00' GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN ps_specific_price sp_2 ON (
sp_2.id_product = p.id_product AND
sp_2.id_shop IN (0, 1) AND
sp_2.id_currency IN (0, 2) AND
sp_2.id_country IN (0, 6) AND
sp_2.id_group IN (0, 1) AND
sp_2.from_quantity = 1 AND
sp_2.reduction > 0 AND
sp_2.id_customer = 0 AND
sp_2.id_cart = 0 AND
(sp_2.from = '0000-00-00 00:00:00' OR '2025-09-23 07:51:32' >= sp_2.from) AND
(sp_2.to = '0000-00-00 00:00:00' OR '2025-09-23 07:51:32' <= sp_2.to)
) WHERE ((sa.out_of_stock=1) OR (sa.quantity>0)) AND ((pac_1.id_attribute IN (2, 4, 5))) AND ((sp_2.reduction>0)) |
1.614
ms
|
10584 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (execute)
/modules/ps_facetedsearch/src/Adapter/MySQL.php:757 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:494 (count)
/modules/ps_facetedsearch/src/Filters/Block.php:140 (getAvailabilitiesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
139 |
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `ps_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `ps_hook_alias` ha
INNER JOIN `ps_hook` h ON ha.name = h.name |
1.605
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:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
16 |
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `ps_module` m
INNER JOIN ps_module_shop module_shop
ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 1 AND module_shop.enable_device & 1)
INNER JOIN `ps_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `ps_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `ps_module_group` `mg` ON mg.`id_module` = m.`id_module`
WHERE (h.`name` != "paymentOptions") AND (hm.`id_shop` = 1) AND (mg.id_shop = 1 AND mg.`id_group` IN (1))
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position` |
1.321
ms
|
1440 |
Yes
|
Yes
|
/classes/Hook.php:1289
/classes/Hook.php:738 (getAllHookRegistrations)
/classes/Hook.php:848 (getHookModuleExecList)
/classes/Dispatcher.php:708 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
3 |
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`) |
1.297
ms
|
1449 |
|
|
/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)
|
554 |
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` = 2 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND c.`level_depth` <= 5 AND `id_lang` = 7
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 |
1.182
ms
|
33 |
Yes
|
Yes
|
/classes/Category.php:785
/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/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:429 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:140 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 h.id_hook, h.name as h_name, title, description, h.position, hm.position as hm_position, m.id_module, m.name, m.active
FROM `ps_hook_module` hm
STRAIGHT_JOIN `ps_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `ps_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position |
1.025
ms
|
308 |
|
|
/classes/Hook.php:455
/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:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
14 |
SELECT SQL_NO_CACHE lower(name) as name
FROM `ps_hook` h
WHERE (h.active = 1) |
0.785
ms
|
986 |
|
|
/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)
|
624 |
INSERT INTO `ps_connections_source` (`id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES ('203768', '', 'www.gsmmi.com/zh/%E6%96%B0%E5%95%86%E5%93%81?q=%E5%88%86%E7%B1%BB-Smart+Home-Smartphone%2F%E5%8F%AF%E7%94%A8%E6%80%A7%EF%BC%9A-%E5%BA%93%E5%AD%98%E5%85%85%E8%B6%B3-%E6%97%A0%E5%BA%93%E5%AD%98%2F%E9%A2%9C%E8%89%B2%EF%BC%9A-%E8%93%9D%E8%89%B2-%E7%81%B0%E8%8', '', '2025-09-23 07:51:33') |
0.672
ms
|
1 |
|
|
/classes/ObjectModel.php:622
/classes/ConnectionsSource.php:105 (add)
/modules/statsdata/statsdata.php:119 (logHttpReferer)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:555 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:175 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
559 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `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` = 7)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (16) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.633
ms
|
365 |
Yes
|
Yes
|
/classes/Product.php:4513
/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/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:356 (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/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a22558a1_32702769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/7e/36/29/7e36293a2f8b70c297c892950a5215627d91840c_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21f6273_42342327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/4f/68/644f682ce5bfcfe20e6ce273e7cb11ce89d3e759_2.file.productlist.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21e9ae1_24155853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c9/ec/c1/c9ecc1d7582e75eade6b01e82b60c1b1eb2da433_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21d1795_85014885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:123 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:218 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:145 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
591 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `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` = 7)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (8) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.543
ms
|
365 |
Yes
|
Yes
|
/classes/Product.php:4513
/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/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:356 (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/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a22558a1_32702769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/7e/36/29/7e36293a2f8b70c297c892950a5215627d91840c_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21f6273_42342327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/4f/68/644f682ce5bfcfe20e6ce273e7cb11ce89d3e759_2.file.productlist.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21e9ae1_24155853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c9/ec/c1/c9ecc1d7582e75eade6b01e82b60c1b1eb2da433_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21d1795_85014885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:123 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:218 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:145 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
576 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `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` = 7)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (13) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.539
ms
|
365 |
Yes
|
Yes
|
/classes/Product.php:4513
/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/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:356 (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/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a22558a1_32702769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/7e/36/29/7e36293a2f8b70c297c892950a5215627d91840c_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21f6273_42342327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/4f/68/644f682ce5bfcfe20e6ce273e7cb11ce89d3e759_2.file.productlist.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21e9ae1_24155853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c9/ec/c1/c9ecc1d7582e75eade6b01e82b60c1b1eb2da433_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21d1795_85014885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:123 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:218 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:145 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 `id_hook`, `name` FROM `ps_hook` |
0.532
ms
|
986 |
|
|
/classes/Hook.php:1348
/classes/Hook.php:228 (getAllHookIds)
/classes/Hook.php:857 (getIdByName)
/classes/Dispatcher.php:351 (exec)
/index.php:28 (dispatch)
|
619 |
SELECT SQL_NO_CACHE cp.`id_category`, cp.`id_product`, cl.`name` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` IN (16,13,8) AND cl.`id_lang` = 7
ORDER BY c.`level_depth` DESC |
0.421
ms
|
297 |
Yes
|
|
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:103
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:68 (loadCategories)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:81 (prepareItemListFromProductList)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:57 (renderProductListing)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:555 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:175 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
92 |
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM ps_layered_category
WHERE controller = 'new-products'
AND id_category = 0
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC |
0.419
ms
|
72 |
Yes
|
Yes
|
/modules/ps_facetedsearch/src/Filters/Provider.php:57
/modules/ps_facetedsearch/src/Filters/Converter.php:263 (getFiltersForQuery)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:163 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
216 |
SELECT SQL_NO_CACHE 1 FROM `ps_cart_rule` WHERE ((date_to >= "2025-09-23 00:00:00" AND date_to <= "2025-09-23 23:59:59") OR (date_from >= "2025-09-23 00:00:00" AND date_from <= "2025-09-23 23:59:59") OR (date_from < "2025-09-23 00:00:00" AND date_to > "2025-09-23 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
0.407
ms
|
1 |
|
|
/classes/CartRule.php:357
/classes/CartRule.php:389 (haveCartRuleToday)
/classes/Cart.php:3072 (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/PRS5_digitazzlayouts_layout_left_column_tpl/fc/de/76/fcde7660c8738bf138c200f39708b608521d9292_2.file.javascript.tpl.php:65 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17cd1b1_66183391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/a5/90/4c/a5904c1fcacd1fa350122139c08d194b95521472_2.file.head.tpl.php:366 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/a5/90/4c/a5904c1fcacd1fa350122139c08d194b95521472_2.file.head.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a176a749_89286906)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:217 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
71 |
SELECT SQL_NO_CACHE value FROM ps_avanam_builder_meta WHERE id = 1 AND name = 'elementor_viewport_md' LIMIT 1 |
0.394
ms
|
80 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1320
/modules/avanambuilder/src/Wp_Helper.php:1385 (get_post_meta)
/modules/avanambuilder/core/responsive/responsive.php:122 (get_option)
:undefined (AvanamBuilder\Core\Responsive\{closure})
/modules/avanambuilder/core/responsive/responsive.php:117 (array_reduce)
/modules/avanambuilder/core/responsive/responsive.php:102 (get_breakpoints)
/modules/avanambuilder/includes/settings/settings.php:715 (get_editable_breakpoints)
/modules/avanambuilder/includes/plugin.php:572 (__construct)
/modules/avanambuilder/includes/plugin.php:498 (init_components)
/modules/avanambuilder/includes/plugin.php:639 (init)
/modules/avanambuilder/includes/plugin.php:467 (__construct)
/modules/avanambuilder/avanambuilder.php:754 (instance)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/NewProductsController.php:45 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
15 |
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.390
ms
|
192 |
Yes
|
|
/classes/Dispatcher.php:654
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
604 |
SELECT SQL_NO_CACHE value FROM ps_avanam_builder_meta WHERE id = 13 AND name = '_wp_page_template_id_lang_7' LIMIT 1 |
0.386
ms
|
80 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1320
/modules/avanambuilder/core/document-types/post.php:225 (get_post_meta)
/modules/avanambuilder/core/documents-manager.php:200 (__construct)
/modules/avanambuilder/core/documents-manager.php:240 (get)
/modules/avanambuilder/includes/frontend.php:871 (get_doc_for_frontend)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1190 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/1f/c7/f0/1fc7f0a8efb145bdc4bf30f5eafb5c9327ff3a23_2.file.footer.tpl.php:27 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a232d4e3_29217072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:517 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:162 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
260 |
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 7 AND cl.id_shop = 1 )
INNER JOIN `ps_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND `level_depth` <= 5
AND nleft >= 4 AND nright <= 15
ORDER BY `level_depth` ASC, cs.`position` ASC |
0.375
ms
|
6 |
Yes
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:1244
/modules/avanamverticalmenu/avanamverticalmenu.php:741 (getCategories)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
121 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-23 00:00:00',
INTERVAL 4000 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 = 7
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 (16,13,8) |
0.373
ms
|
3 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:203 (addMissingProductFieldsForMultipleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
567 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
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` = 7)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 7)
WHERE pac.id_product_attribute IN (35,36,37,38,39,40,41,42)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.371
ms
|
16 |
|
|
/classes/Product.php:2746
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:44 (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/PRS5_digitazzlayouts_layout_left_column_tpl/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a2289a19_70168846)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:363 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a22558a1_32702769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/7e/36/29/7e36293a2f8b70c297c892950a5215627d91840c_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21f6273_42342327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/4f/68/644f682ce5bfcfe20e6ce273e7cb11ce89d3e759_2.file.productlist.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21e9ae1_24155853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c9/ec/c1/c9ecc1d7582e75eade6b01e82b60c1b1eb2da433_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21d1795_85014885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:123 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:218 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:145 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
611 |
SELECT SQL_NO_CACHE m.name FROM ps_module AS m INNER JOIN ps_module_shop module_shop
ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 1) WHERE m.active = 1 AND m.name NOT IN ('avanambuilder','gadwords') |
0.366
ms
|
72 |
|
|
/modules/avanambuilder/includes/widgets/ava-module.php:137
/modules/avanambuilder/includes/widgets/ava-module.php:126 (_getModules)
/modules/avanambuilder/includes/widgets/ava-module.php:99 (register_content_controls)
/modules/avanambuilder/includes/base/controls-stack.php:1931 (_register_controls)
/modules/avanambuilder/includes/base/controls-stack.php:515 (init_controls)
/modules/avanambuilder/includes/base/widget-base.php:162 (get_stack)
/modules/avanambuilder/includes/base/controls-stack.php:308 (get_stack)
/modules/avanambuilder/includes/base/controls-stack.php:1966 (get_controls)
/modules/avanambuilder/includes/base/controls-stack.php:1053 (sanitize_settings)
/modules/avanambuilder/includes/base/controls-stack.php:1806 (get_data)
/modules/avanambuilder/core/base/base-object.php:145 (get_init_settings)
/modules/avanambuilder/core/base/base-object.php:53 (ensure_settings)
/modules/avanambuilder/core/files/css/post.php:308 (get_settings)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:125 (render_styles)
/modules/avanambuilder/core/files/css/post.php:310 (add_controls_stack_style_rules)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:125 (render_styles)
/modules/avanambuilder/core/files/css/post.php:310 (add_controls_stack_style_rules)
/modules/avanambuilder/core/files/css/post.php:196 (render_styles)
/modules/avanambuilder/core/files/css/base.php:634 (render_css)
/modules/avanambuilder/core/files/base.php:152 (parse_content)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/avanambuilder/core/files/css/base.php:217 (get_meta)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/core/dynamic-tags/manager.php:434 (enqueue)
:undefined (after_enqueue_post_css)
/modules/avanambuilder/src/Wp_Helper.php:997 (call_user_func_array)
/modules/avanambuilder/core/files/css/base.php:281 (do_action)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/includes/frontend.php:894 (enqueue)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1190 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/1f/c7/f0/1fc7f0a8efb145bdc4bf30f5eafb5c9327ff3a23_2.file.footer.tpl.php:27 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a232d4e3_29217072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:517 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:162 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
516 |
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 7 AND cl.id_shop = 1 )
INNER JOIN `ps_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND `level_depth` <= 5
AND nleft >= 4 AND nright <= 15
ORDER BY `level_depth` ASC, cs.`position` ASC |
0.364
ms
|
6 |
Yes
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:1244
/modules/avanamverticalmenu/avanamverticalmenu.php:741 (getCategories)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1058 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
394 |
SELECT SQL_NO_CACHE pi.*, pl.*
FROM ps_avanamegamenu_item pi
LEFT JOIN `ps_avanamegamenu_item_lang` pl ON pl.`id_avanamegamenu_item` = pi.`id_avanamegamenu_item`
LEFT JOIN `ps_avanamegamenu_item_shop` ps ON ps.`id_avanamegamenu_item` = pi.`id_avanamegamenu_item`
WHERE pi.active = 1 AND ps.id_shop = 1 AND pl.id_lang=7 ORDER BY pi.position ASC, pi.id_avanamegamenu_item ASC |
0.360
ms
|
6 |
Yes
|
|
/modules/avanamegamenu/classes/AvanaMegamenuClass.php:226
/modules/avanamegamenu/avanamegamenu.php:1447 (getMenus)
/modules/avanamegamenu/avanamegamenu.php:929 (generateCss)
/modules/avanambuilder/includes/widgets/ava-menu.php:673 (hookDisplayMegamenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 ag.id_attribute_group, agl.public_name as attribute_group_name, is_color_group, IF(liaglv.`url_name` IS NULL OR liaglv.`url_name` = "", NULL, liaglv.`url_name`) AS url_name, IF(liaglv.`meta_title` IS NULL OR liaglv.`meta_title` = "", NULL, liaglv.`meta_title`) AS meta_title, IFNULL(liag.indexable, TRUE) AS indexable FROM `ps_attribute_group` ag INNER JOIN ps_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 7) LEFT JOIN `ps_layered_indexable_attribute_group` liag ON (ag.`id_attribute_group` = liag.`id_attribute_group`) LEFT JOIN `ps_layered_indexable_attribute_group_lang_value` AS liaglv ON (ag.`id_attribute_group` = liaglv.`id_attribute_group` AND agl.`id_lang` = 7) GROUP BY ag.id_attribute_group ORDER BY ag.`position` ASC |
0.354
ms
|
5 |
Yes
|
Yes
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:122
/modules/ps_facetedsearch/src/Filters/Converter.php:413 (getAttributesGroups)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:163 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
114 |
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `ps_attribute_group` ag INNER JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 7) INNER JOIN `ps_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 7) INNER JOIN ps_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `ps_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 7) WHERE ag.id_attribute_group = 6 ORDER BY agl.`name` ASC, a.`position` ASC |
0.354
ms
|
4 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:77
/modules/ps_facetedsearch/src/Filters/Block.php:731 (getAttributes)
/modules/ps_facetedsearch/src/Filters/Block.php:150 (getAttributesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
108 |
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `ps_attribute_group` ag INNER JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 7) INNER JOIN `ps_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 7) INNER JOIN ps_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `ps_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 7) WHERE ag.id_attribute_group = 3 ORDER BY agl.`name` ASC, a.`position` ASC |
0.347
ms
|
2 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:77
/modules/ps_facetedsearch/src/Filters/Block.php:731 (getAttributes)
/modules/ps_facetedsearch/src/Filters/Block.php:150 (getAttributesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
110 |
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `ps_attribute_group` ag INNER JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 7) INNER JOIN `ps_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 7) INNER JOIN ps_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `ps_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 7) WHERE ag.id_attribute_group = 4 ORDER BY agl.`name` ASC, a.`position` ASC |
0.347
ms
|
4 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:77
/modules/ps_facetedsearch/src/Filters/Block.php:731 (getAttributes)
/modules/ps_facetedsearch/src/Filters/Block.php:150 (getAttributesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
91 |
SELECT SQL_NO_CACHE value FROM ps_avanam_builder_meta WHERE id = 1 AND name = 'elementor_allow_svg' LIMIT 1 |
0.338
ms
|
80 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1320
/modules/avanambuilder/src/Wp_Helper.php:1385 (get_post_meta)
/modules/avanambuilder/core/files/assets/svg/svg-handler.php:54 (get_option)
/modules/avanambuilder/core/files/assets/svg/svg-handler.php:733 (is_svg_uploads_enabled)
/modules/avanambuilder/includes/controls/icons.php:124 (is_enabled)
/modules/avanambuilder/includes/controls/base.php:86 (get_default_settings)
/modules/avanambuilder/includes/managers/controls.php:449 (__construct)
/modules/avanambuilder/includes/managers/controls.php:523 (register_controls)
/modules/avanambuilder/includes/managers/controls.php:542 (get_controls)
/modules/avanambuilder/includes/managers/controls.php:699 (get_control)
/modules/avanambuilder/includes/base/controls-stack.php:440 (add_control_to_stack)
/modules/avanambuilder/includes/base/controls-stack.php:1395 (add_control)
/modules/avanambuilder/core/settings/general/model.php:208 (start_controls_section)
/modules/avanambuilder/includes/base/controls-stack.php:1931 (_register_controls)
/modules/avanambuilder/includes/base/controls-stack.php:515 (init_controls)
/modules/avanambuilder/includes/base/controls-stack.php:308 (get_stack)
/modules/avanambuilder/includes/base/controls-stack.php:1966 (get_controls)
/modules/avanambuilder/includes/base/controls-stack.php:1053 (sanitize_settings)
/modules/avanambuilder/includes/base/controls-stack.php:1806 (get_data)
/modules/avanambuilder/core/base/base-object.php:145 (get_init_settings)
/modules/avanambuilder/core/base/base-object.php:53 (ensure_settings)
/modules/avanambuilder/includes/base/controls-stack.php:363 (get_settings)
/modules/avanambuilder/includes/base/controls-stack.php:1095 (get_controls_settings)
/modules/avanambuilder/includes/base/controls-stack.php:1228 (get_active_settings)
/modules/avanambuilder/core/settings/manager.php:178 (get_frontend_settings)
/modules/avanambuilder/includes/frontend.php:1103 (get_settings_frontend_config)
/modules/avanambuilder/avanambuilder.php:759 (get_init_settings)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/NewProductsController.php:45 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
82 |
SELECT SQL_NO_CACHE value FROM ps_avanam_builder_meta WHERE id = 1 AND name = 'elementor_stretched_section_container' LIMIT 1 |
0.337
ms
|
80 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1320
/modules/avanambuilder/src/Wp_Helper.php:1385 (get_post_meta)
/modules/avanambuilder/core/settings/general/manager.php:111 (get_option)
/modules/avanambuilder/core/settings/base/manager.php:429 (get_saved_settings)
/modules/avanambuilder/core/settings/base/manager.php:124 (create_model)
/modules/avanambuilder/core/settings/general/manager.php:86 (get_model)
/modules/avanambuilder/core/settings/manager.php:175 (get_model_for_config)
/modules/avanambuilder/includes/frontend.php:1103 (get_settings_frontend_config)
/modules/avanambuilder/avanambuilder.php:759 (get_init_settings)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/NewProductsController.php:45 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
530 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-23 00:00:00',
INTERVAL 4000 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 = 7
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 (7) |
0.325
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1058 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `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` = 7)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.324
ms
|
20 |
Yes
|
Yes
|
/classes/Product.php:4513
/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/PRS5_digitazz/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:356 (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/PRS5_digitazz/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1c107c7_90799760)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/7e/36/29/7e36293a2f8b70c297c892950a5215627d91840c_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1bb1272_86003745)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/64/56/8d/64568d0e5afe302feed1639d984d5d83a1d8a508_2.file.avanamverticalmenu.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1b9cf20_20499565)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2260 (fetch)
/modules/avanamverticalmenu/avanamverticalmenu.php:1030 (display)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
560 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 7)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 7)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 7)
WHERE pa.`id_product` = 16
AND pac.`id_product_attribute` = 41
AND agl.`id_lang` = 7 |
0.323
ms
|
2 |
|
|
/classes/Product.php:7517
/classes/Product.php:7668 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:909 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:356 (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/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a22558a1_32702769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/7e/36/29/7e36293a2f8b70c297c892950a5215627d91840c_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21f6273_42342327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/4f/68/644f682ce5bfcfe20e6ce273e7cb11ce89d3e759_2.file.productlist.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21e9ae1_24155853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c9/ec/c1/c9ecc1d7582e75eade6b01e82b60c1b1eb2da433_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21d1795_85014885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:123 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:218 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:145 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 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.321
ms
|
72 |
|
|
/classes/module/Module.php:341
/modules/templatemelacore/templatemelacore.php:117 (__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:351 (exec)
/index.php:28 (dispatch)
|
96 |
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `ps_attribute_group` ag INNER JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 7) INNER JOIN `ps_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 7) INNER JOIN ps_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `ps_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 7) WHERE ag.id_attribute_group = 1 ORDER BY agl.`name` ASC, a.`position` ASC |
0.321
ms
|
10 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:77
/modules/ps_facetedsearch/src/Filters/Converter.php:427 (getAttributes)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:163 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
221 |
SELECT SQL_NO_CACHE value FROM ps_avanam_builder_meta WHERE id = 12 AND name = '_wp_page_template_id_lang_7' LIMIT 1 |
0.320
ms
|
80 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1320
/modules/avanambuilder/core/document-types/post.php:225 (get_post_meta)
/modules/avanambuilder/core/documents-manager.php:200 (__construct)
/modules/avanambuilder/core/documents-manager.php:240 (get)
/modules/avanambuilder/includes/frontend.php:871 (get_doc_for_frontend)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
241 |
SELECT SQL_NO_CACHE pi.*, pl.*
FROM ps_avanamverticalmenu_item pi
LEFT JOIN `ps_avanamverticalmenu_item_lang` pl ON pl.`id_avanamverticalmenu_item` = pi.`id_avanamverticalmenu_item`
LEFT JOIN `ps_avanamverticalmenu_item_shop` ps ON ps.`id_avanamverticalmenu_item` = pi.`id_avanamverticalmenu_item`
WHERE pi.active = 1 AND ps.id_shop = 1 AND pl.id_lang=7 ORDER BY pi.position ASC, pi.id_avanamverticalmenu_item ASC |
0.319
ms
|
9 |
Yes
|
|
/modules/avanamverticalmenu/classes/AvanamVerticalmenuClass.php:226
/modules/avanamverticalmenu/avanamverticalmenu.php:1460 (getMenus)
/modules/avanamverticalmenu/avanamverticalmenu.php:984 (generateCss)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
578 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 7)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 7)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 7)
WHERE pa.`id_product` = 13
AND pac.`id_product_attribute` = 11
AND agl.`id_lang` = 7 |
0.318
ms
|
1 |
|
|
/classes/Product.php:7517
/classes/Product.php:7668 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:909 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:356 (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/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a22558a1_32702769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/7e/36/29/7e36293a2f8b70c297c892950a5215627d91840c_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21f6273_42342327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/4f/68/644f682ce5bfcfe20e6ce273e7cb11ce89d3e759_2.file.productlist.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21e9ae1_24155853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c9/ec/c1/c9ecc1d7582e75eade6b01e82b60c1b1eb2da433_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21d1795_85014885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:123 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:218 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:145 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
562 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 7)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 7)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 7)
WHERE pa.`id_product` = 16
AND pac.`id_product_attribute` = 36
AND agl.`id_lang` = 7 |
0.314
ms
|
2 |
|
|
/classes/Product.php:7517
/classes/Product.php:7668 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:909 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:356 (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/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a22558a1_32702769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/7e/36/29/7e36293a2f8b70c297c892950a5215627d91840c_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21f6273_42342327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/4f/68/644f682ce5bfcfe20e6ce273e7cb11ce89d3e759_2.file.productlist.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21e9ae1_24155853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c9/ec/c1/c9ecc1d7582e75eade6b01e82b60c1b1eb2da433_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21d1795_85014885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:123 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:218 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:145 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
278 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-23 00:00:00',
INTERVAL 4000 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 = 7
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 (7) |
0.313
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
561 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 7)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 7)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 7)
WHERE pa.`id_product` = 16
AND pac.`id_product_attribute` = 39
AND agl.`id_lang` = 7 |
0.302
ms
|
2 |
|
|
/classes/Product.php:7517
/classes/Product.php:7668 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:909 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:356 (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/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a22558a1_32702769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/7e/36/29/7e36293a2f8b70c297c892950a5215627d91840c_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21f6273_42342327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/4f/68/644f682ce5bfcfe20e6ce273e7cb11ce89d3e759_2.file.productlist.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21e9ae1_24155853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c9/ec/c1/c9ecc1d7582e75eade6b01e82b60c1b1eb2da433_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21d1795_85014885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:123 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:218 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:145 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
187 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 6, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 8 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-23 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-23 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.300
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
579 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 7)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 7)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 7)
WHERE pa.`id_product` = 13
AND pac.`id_product_attribute` = 12
AND agl.`id_lang` = 7 |
0.300
ms
|
1 |
|
|
/classes/Product.php:7517
/classes/Product.php:7668 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:909 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:356 (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/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a22558a1_32702769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/7e/36/29/7e36293a2f8b70c297c892950a5215627d91840c_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21f6273_42342327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/4f/68/644f682ce5bfcfe20e6ce273e7cb11ce89d3e759_2.file.productlist.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21e9ae1_24155853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c9/ec/c1/c9ecc1d7582e75eade6b01e82b60c1b1eb2da433_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21d1795_85014885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:123 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:218 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:145 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
164 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 6, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 13 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-23 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-23 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.298
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
592 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 7)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 7)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 7)
WHERE pa.`id_product` = 8
AND pac.`id_product_attribute` = 34
AND agl.`id_lang` = 7 |
0.297
ms
|
1 |
|
|
/classes/Product.php:7517
/classes/Product.php:7668 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:909 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:356 (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/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a22558a1_32702769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/7e/36/29/7e36293a2f8b70c297c892950a5215627d91840c_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21f6273_42342327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/4f/68/644f682ce5bfcfe20e6ce273e7cb11ce89d3e759_2.file.productlist.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21e9ae1_24155853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c9/ec/c1/c9ecc1d7582e75eade6b01e82b60c1b1eb2da433_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21d1795_85014885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:123 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:218 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:145 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
577 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 7)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 7)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 7)
WHERE pa.`id_product` = 13
AND pac.`id_product_attribute` = 9
AND agl.`id_lang` = 7 |
0.296
ms
|
1 |
|
|
/classes/Product.php:7517
/classes/Product.php:7668 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:909 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:356 (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/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a22558a1_32702769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/7e/36/29/7e36293a2f8b70c297c892950a5215627d91840c_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21f6273_42342327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/4f/68/644f682ce5bfcfe20e6ce273e7cb11ce89d3e759_2.file.productlist.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21e9ae1_24155853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c9/ec/c1/c9ecc1d7582e75eade6b01e82b60c1b1eb2da433_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21d1795_85014885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:123 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:218 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:145 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
262 |
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 7 AND cl.id_shop = 1 )
INNER JOIN `ps_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND `level_depth` <= 5
AND nleft >= 16 AND nright <= 17
ORDER BY `level_depth` ASC, cs.`position` ASC |
0.295
ms
|
33 |
Yes
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:1244
/modules/avanamverticalmenu/avanamverticalmenu.php:741 (getCategories)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
270 |
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 7 AND cl.id_shop = 1 )
INNER JOIN `ps_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND `level_depth` <= 5
AND nleft >= 18 AND nright <= 19
ORDER BY `level_depth` ASC, cs.`position` ASC |
0.294
ms
|
33 |
Yes
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:1244
/modules/avanamverticalmenu/avanamverticalmenu.php:741 (getCategories)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
517 |
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 7 AND cl.id_shop = 1 )
INNER JOIN `ps_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND `level_depth` <= 5
AND nleft >= 16 AND nright <= 17
ORDER BY `level_depth` ASC, cs.`position` ASC |
0.294
ms
|
33 |
Yes
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:1244
/modules/avanamverticalmenu/avanamverticalmenu.php:741 (getCategories)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1058 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
93 |
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` = 7 AND cl.id_shop = 1 )
WHERE `name` = 'Smart Home'
AND c.`id_category` != 2
AND c.`id_parent` = 2 LIMIT 1 |
0.292
ms
|
5 |
|
|
/classes/Category.php:1492
/modules/ps_facetedsearch/src/Filters/Converter.php:457 (searchByNameAndParentCategoryId)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:163 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
566 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 16
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.292
ms
|
8 |
Yes
|
Yes
|
/classes/Product.php:2731
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:44 (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/PRS5_digitazzlayouts_layout_left_column_tpl/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a2289a19_70168846)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:363 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a22558a1_32702769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/7e/36/29/7e36293a2f8b70c297c892950a5215627d91840c_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21f6273_42342327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/4f/68/644f682ce5bfcfe20e6ce273e7cb11ce89d3e759_2.file.productlist.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21e9ae1_24155853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c9/ec/c1/c9ecc1d7582e75eade6b01e82b60c1b1eb2da433_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21d1795_85014885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:123 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:218 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:145 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 7 AND cl.id_shop = 1 )
INNER JOIN `ps_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND `level_depth` <= 5
AND nleft >= 20 AND nright <= 21
ORDER BY `level_depth` ASC, cs.`position` ASC |
0.292
ms
|
33 |
Yes
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:1244
/modules/avanamverticalmenu/avanamverticalmenu.php:741 (getCategories)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
385 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `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` = 7)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (19) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.290
ms
|
15 |
Yes
|
Yes
|
/classes/Product.php:4513
/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/PRS5_digitazz/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:356 (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/PRS5_digitazz/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1c107c7_90799760)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/7e/36/29/7e36293a2f8b70c297c892950a5215627d91840c_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1bb1272_86003745)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/64/56/8d/64568d0e5afe302feed1639d984d5d83a1d8a508_2.file.avanamverticalmenu.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1b9cf20_20499565)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2260 (fetch)
/modules/avanamverticalmenu/avanamverticalmenu.php:1030 (display)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
301 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-23 00:00:00',
INTERVAL 4000 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 = 7
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 (10) |
0.290
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
265 |
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 7 AND cl.id_shop = 1 )
INNER JOIN `ps_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND `level_depth` <= 5
AND nleft >= 18 AND nright <= 19
ORDER BY `level_depth` ASC, cs.`position` ASC |
0.286
ms
|
33 |
Yes
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:1244
/modules/avanamverticalmenu/avanamverticalmenu.php:741 (getCategories)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
317 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-23 00:00:00',
INTERVAL 4000 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 = 7
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 (5) |
0.286
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
598 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 8
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.286
ms
|
5 |
Yes
|
Yes
|
/classes/Product.php:2731
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:44 (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/PRS5_digitazzlayouts_layout_left_column_tpl/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a2289a19_70168846)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:363 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a22558a1_32702769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/7e/36/29/7e36293a2f8b70c297c892950a5215627d91840c_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21f6273_42342327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/4f/68/644f682ce5bfcfe20e6ce273e7cb11ce89d3e759_2.file.productlist.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21e9ae1_24155853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c9/ec/c1/c9ecc1d7582e75eade6b01e82b60c1b1eb2da433_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21d1795_85014885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:123 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:218 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:145 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
593 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 7)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 7)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 7)
WHERE pa.`id_product` = 8
AND pac.`id_product_attribute` = 32
AND agl.`id_lang` = 7 |
0.286
ms
|
1 |
|
|
/classes/Product.php:7517
/classes/Product.php:7668 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:909 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:356 (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/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a22558a1_32702769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/7e/36/29/7e36293a2f8b70c297c892950a5215627d91840c_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21f6273_42342327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/4f/68/644f682ce5bfcfe20e6ce273e7cb11ce89d3e759_2.file.productlist.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21e9ae1_24155853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c9/ec/c1/c9ecc1d7582e75eade6b01e82b60c1b1eb2da433_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21d1795_85014885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:123 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:218 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:145 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
605 |
SELECT SQL_NO_CACHE value FROM ps_avanam_builder_meta WHERE id = 1 AND name = 'elementor_viewport_md' LIMIT 1 |
0.285
ms
|
80 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1320
/modules/avanambuilder/src/Wp_Helper.php:1385 (get_post_meta)
/modules/avanambuilder/core/responsive/responsive.php:122 (get_option)
:undefined (AvanamBuilder\Core\Responsive\{closure})
/modules/avanambuilder/core/responsive/responsive.php:117 (array_reduce)
/modules/avanambuilder/core/files/css/base.php:731 (get_breakpoints)
/modules/avanambuilder/core/files/css/base.php:121 (init_stylesheet)
/modules/avanambuilder/core/files/css/post.php:64 (__construct)
:undefined (__construct)
/modules/avanambuilder/core/files/manager.php:56 (newInstanceArgs)
/modules/avanambuilder/core/files/base.php:87 (get)
/modules/avanambuilder/includes/frontend.php:890 (create)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1190 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/1f/c7/f0/1fc7f0a8efb145bdc4bf30f5eafb5c9327ff3a23_2.file.footer.tpl.php:27 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a232d4e3_29217072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:517 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:162 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
151 |
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 = 7)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 7)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 7)
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 = 16
ORDER BY f.position ASC |
0.284
ms
|
7 |
Yes
|
|
/classes/Product.php:6013
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
520 |
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 7 AND cl.id_shop = 1 )
INNER JOIN `ps_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND `level_depth` <= 5
AND nleft >= 20 AND nright <= 21
ORDER BY `level_depth` ASC, cs.`position` ASC |
0.284
ms
|
33 |
Yes
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:1244
/modules/avanamverticalmenu/avanamverticalmenu.php:741 (getCategories)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1058 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
585 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
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` = 7)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 7)
WHERE pac.id_product_attribute IN (9,10,11,12,13)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.284
ms
|
5 |
|
|
/classes/Product.php:2746
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:44 (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/PRS5_digitazzlayouts_layout_left_column_tpl/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a2289a19_70168846)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:363 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a22558a1_32702769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/7e/36/29/7e36293a2f8b70c297c892950a5215627d91840c_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21f6273_42342327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/4f/68/644f682ce5bfcfe20e6ce273e7cb11ce89d3e759_2.file.productlist.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21e9ae1_24155853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c9/ec/c1/c9ecc1d7582e75eade6b01e82b60c1b1eb2da433_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21d1795_85014885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:123 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:218 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:145 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
523 |
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 7 AND cl.id_shop = 1 )
INNER JOIN `ps_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND `level_depth` <= 5
AND nleft >= 18 AND nright <= 19
ORDER BY `level_depth` ASC, cs.`position` ASC |
0.283
ms
|
33 |
Yes
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:1244
/modules/avanamverticalmenu/avanamverticalmenu.php:741 (getCategories)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1058 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `ps_attribute_group` ag INNER JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 7) INNER JOIN `ps_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 7) INNER JOIN ps_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `ps_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 7) WHERE ag.id_attribute_group = 2 ORDER BY agl.`name` ASC, a.`position` ASC |
0.282
ms
|
0 |
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:77
/modules/ps_facetedsearch/src/Filters/Block.php:731 (getAttributes)
/modules/ps_facetedsearch/src/Filters/Block.php:150 (getAttributesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
522 |
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 7 AND cl.id_shop = 1 )
INNER JOIN `ps_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND `level_depth` <= 5
AND nleft >= 20 AND nright <= 21
ORDER BY `level_depth` ASC, cs.`position` ASC |
0.282
ms
|
33 |
Yes
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:1244
/modules/avanamverticalmenu/avanamverticalmenu.php:741 (getCategories)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1058 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
136 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 6, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 16 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-23 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-23 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:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
323 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 6, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 5 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-23 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-23 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:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
334 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-23 00:00:00',
INTERVAL 4000 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 = 7
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 (19) |
0.280
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
112 |
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `ps_attribute_group` ag INNER JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 7) INNER JOIN `ps_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 7) INNER JOIN ps_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `ps_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 7) WHERE ag.id_attribute_group = 5 ORDER BY agl.`name` ASC, a.`position` ASC |
0.277
ms
|
0 |
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:77
/modules/ps_facetedsearch/src/Filters/Block.php:731 (getAttributes)
/modules/ps_facetedsearch/src/Filters/Block.php:150 (getAttributesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
519 |
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 7 AND cl.id_shop = 1 )
INNER JOIN `ps_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND `level_depth` <= 5
AND nleft >= 18 AND nright <= 19
ORDER BY `level_depth` ASC, cs.`position` ASC |
0.277
ms
|
33 |
Yes
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:1244
/modules/avanamverticalmenu/avanamverticalmenu.php:741 (getCategories)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1058 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 7 AND cl.id_shop = 1 )
INNER JOIN `ps_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND `level_depth` <= 5
AND nleft >= 20 AND nright <= 21
ORDER BY `level_depth` ASC, cs.`position` ASC |
0.276
ms
|
33 |
Yes
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:1244
/modules/avanamverticalmenu/avanamverticalmenu.php:741 (getCategories)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
595 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 7)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 7)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 7)
WHERE pa.`id_product` = 8
AND pac.`id_product_attribute` = 30
AND agl.`id_lang` = 7 |
0.276
ms
|
1 |
|
|
/classes/Product.php:7517
/classes/Product.php:7668 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:909 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:356 (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/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a22558a1_32702769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/7e/36/29/7e36293a2f8b70c297c892950a5215627d91840c_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21f6273_42342327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/4f/68/644f682ce5bfcfe20e6ce273e7cb11ce89d3e759_2.file.productlist.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21e9ae1_24155853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c9/ec/c1/c9ecc1d7582e75eade6b01e82b60c1b1eb2da433_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21d1795_85014885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:123 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:218 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:145 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
147 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 16 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 16 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.275
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5797 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
152 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 7)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 7)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 7)
WHERE pa.`id_product` = 16
AND pac.`id_product_attribute` = 37
AND agl.`id_lang` = 7 |
0.274
ms
|
2 |
|
|
/classes/Product.php:7517
/classes/Product.php:5857 (getAttributesParams)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
534 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-23 00:00:00',
INTERVAL 4000 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 = 7
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 (10) |
0.274
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1058 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
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` = 7)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 7)
WHERE pac.id_product_attribute IN (30,31,32,33,34)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.274
ms
|
5 |
|
|
/classes/Product.php:2746
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:44 (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/PRS5_digitazzlayouts_layout_left_column_tpl/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a2289a19_70168846)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:363 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a22558a1_32702769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/7e/36/29/7e36293a2f8b70c297c892950a5215627d91840c_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21f6273_42342327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/4f/68/644f682ce5bfcfe20e6ce273e7cb11ce89d3e759_2.file.productlist.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21e9ae1_24155853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c9/ec/c1/c9ecc1d7582e75eade6b01e82b60c1b1eb2da433_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21d1795_85014885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:123 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:218 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:145 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
73 |
SELECT SQL_NO_CACHE value FROM ps_avanam_builder_meta WHERE id = 1 AND name = 'elementor_viewport_md' LIMIT 1 |
0.272
ms
|
80 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1320
/modules/avanambuilder/src/Wp_Helper.php:1385 (get_post_meta)
/modules/avanambuilder/core/responsive/responsive.php:122 (get_option)
:undefined (AvanamBuilder\Core\Responsive\{closure})
/modules/avanambuilder/core/responsive/responsive.php:117 (array_reduce)
/modules/avanambuilder/core/files/css/base.php:731 (get_breakpoints)
/modules/avanambuilder/core/files/css/base.php:121 (init_stylesheet)
:undefined (__construct)
/modules/avanambuilder/core/files/manager.php:56 (newInstanceArgs)
/modules/avanambuilder/core/files/base.php:87 (get)
/modules/avanambuilder/includes/frontend.php:792 (create)
/modules/avanambuilder/avanambuilder.php:754 (parse_global_css_code)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/NewProductsController.php:45 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
540 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-23 00:00:00',
INTERVAL 4000 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 = 7
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 (19) |
0.272
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1058 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
99 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`
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
WHERE 1 AND `id_lang` = 7
AND c.`active` = 1
ORDER BY c.nleft, c.position |
0.271
ms
|
33 |
Yes
|
|
/classes/Category.php:710
/modules/ps_facetedsearch/src/Filters/Block.php:979 (getAllCategoriesName)
/modules/ps_facetedsearch/src/Filters/Block.php:158 (getCategoriesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
580 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 7)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 7)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 7)
WHERE pa.`id_product` = 13
AND pac.`id_product_attribute` = 13
AND agl.`id_lang` = 7 |
0.271
ms
|
1 |
|
|
/classes/Product.php:7517
/classes/Product.php:7668 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:909 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:356 (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/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a22558a1_32702769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/7e/36/29/7e36293a2f8b70c297c892950a5215627d91840c_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21f6273_42342327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/4f/68/644f682ce5bfcfe20e6ce273e7cb11ce89d3e759_2.file.productlist.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21e9ae1_24155853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c9/ec/c1/c9ecc1d7582e75eade6b01e82b60c1b1eb2da433_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21d1795_85014885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:123 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:218 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:145 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
594 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 7)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 7)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 7)
WHERE pa.`id_product` = 8
AND pac.`id_product_attribute` = 33
AND agl.`id_lang` = 7 |
0.271
ms
|
1 |
|
|
/classes/Product.php:7517
/classes/Product.php:7668 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:909 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:356 (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/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a22558a1_32702769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/7e/36/29/7e36293a2f8b70c297c892950a5215627d91840c_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21f6273_42342327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/4f/68/644f682ce5bfcfe20e6ce273e7cb11ce89d3e759_2.file.productlist.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21e9ae1_24155853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c9/ec/c1/c9ecc1d7582e75eade6b01e82b60c1b1eb2da433_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21d1795_85014885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:123 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:218 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:145 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `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` = 7)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.268
ms
|
5 |
Yes
|
Yes
|
/classes/Product.php:4513
/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/PRS5_digitazz/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:356 (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/PRS5_digitazz/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1c107c7_90799760)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/7e/36/29/7e36293a2f8b70c297c892950a5215627d91840c_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1bb1272_86003745)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/64/56/8d/64568d0e5afe302feed1639d984d5d83a1d8a508_2.file.avanamverticalmenu.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1b9cf20_20499565)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2260 (fetch)
/modules/avanamverticalmenu/avanamverticalmenu.php:1030 (display)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
584 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 13
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.268
ms
|
5 |
Yes
|
Yes
|
/classes/Product.php:2731
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:44 (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/PRS5_digitazzlayouts_layout_left_column_tpl/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a2289a19_70168846)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:363 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a22558a1_32702769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/7e/36/29/7e36293a2f8b70c297c892950a5215627d91840c_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21f6273_42342327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/4f/68/644f682ce5bfcfe20e6ce273e7cb11ce89d3e759_2.file.productlist.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21e9ae1_24155853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c9/ec/c1/c9ecc1d7582e75eade6b01e82b60c1b1eb2da433_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21d1795_85014885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:123 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:218 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:145 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
608 |
SELECT SQL_NO_CACHE value FROM ps_avanam_builder_meta WHERE id = 1 AND name = 'elementor_viewport_md' LIMIT 1 |
0.267
ms
|
80 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1320
/modules/avanambuilder/src/Wp_Helper.php:1385 (get_post_meta)
/modules/avanambuilder/core/responsive/responsive.php:122 (get_option)
:undefined (AvanamBuilder\Core\Responsive\{closure})
/modules/avanambuilder/core/responsive/responsive.php:117 (array_reduce)
/modules/avanambuilder/core/files/css/base.php:731 (get_breakpoints)
/modules/avanambuilder/core/files/css/base.php:121 (init_stylesheet)
/modules/avanambuilder/core/files/css/post.php:64 (__construct)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:40 (__construct)
/modules/avanambuilder/core/dynamic-tags/manager.php:432 (__construct)
:undefined (after_enqueue_post_css)
/modules/avanambuilder/src/Wp_Helper.php:997 (call_user_func_array)
/modules/avanambuilder/core/files/css/base.php:281 (do_action)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/includes/frontend.php:894 (enqueue)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1190 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/1f/c7/f0/1fc7f0a8efb145bdc4bf30f5eafb5c9327ff3a23_2.file.footer.tpl.php:27 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a232d4e3_29217072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:517 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:162 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
171 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 13 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 13 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.266
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5797 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
609 |
SELECT SQL_NO_CACHE value FROM ps_avanam_builder_meta WHERE id = 1 AND name = 'elementor_viewport_lg' LIMIT 1 |
0.265
ms
|
80 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1320
/modules/avanambuilder/src/Wp_Helper.php:1385 (get_post_meta)
/modules/avanambuilder/core/responsive/responsive.php:122 (get_option)
:undefined (AvanamBuilder\Core\Responsive\{closure})
/modules/avanambuilder/core/responsive/responsive.php:117 (array_reduce)
/modules/avanambuilder/core/files/css/base.php:731 (get_breakpoints)
/modules/avanambuilder/core/files/css/base.php:121 (init_stylesheet)
/modules/avanambuilder/core/files/css/post.php:64 (__construct)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:40 (__construct)
/modules/avanambuilder/core/dynamic-tags/manager.php:432 (__construct)
:undefined (after_enqueue_post_css)
/modules/avanambuilder/src/Wp_Helper.php:997 (call_user_func_array)
/modules/avanambuilder/core/files/css/base.php:281 (do_action)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/includes/frontend.php:894 (enqueue)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1190 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/1f/c7/f0/1fc7f0a8efb145bdc4bf30f5eafb5c9327ff3a23_2.file.footer.tpl.php:27 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a232d4e3_29217072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:517 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:162 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
537 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-23 00:00:00',
INTERVAL 4000 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 = 7
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 (5) |
0.264
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1058 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
563 |
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` = 16) 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)
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:44 (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/PRS5_digitazzlayouts_layout_left_column_tpl/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a2289a19_70168846)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:363 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a22558a1_32702769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/7e/36/29/7e36293a2f8b70c297c892950a5215627d91840c_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21f6273_42342327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/4f/68/644f682ce5bfcfe20e6ce273e7cb11ce89d3e759_2.file.productlist.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21e9ae1_24155853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c9/ec/c1/c9ecc1d7582e75eade6b01e82b60c1b1eb2da433_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21d1795_85014885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:123 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:218 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:145 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
607 |
SELECT SQL_NO_CACHE value FROM ps_avanam_builder_meta WHERE id = 13 AND name = '_elementor_css_id_lang_7' LIMIT 1 |
0.259
ms
|
80 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1320
/modules/avanambuilder/core/files/css/post.php:122 (get_post_meta)
/modules/avanambuilder/core/files/base.php:224 (load_meta)
/modules/avanambuilder/core/files/css/base.php:217 (get_meta)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/includes/frontend.php:894 (enqueue)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1190 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/1f/c7/f0/1fc7f0a8efb145bdc4bf30f5eafb5c9327ff3a23_2.file.footer.tpl.php:27 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a232d4e3_29217072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:517 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:162 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
610 |
SELECT SQL_NO_CACHE value FROM ps_avanam_builder_meta WHERE id = 13 AND name = '_wp_page_template_id_lang_7' LIMIT 1 |
0.259
ms
|
80 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1320
/modules/avanambuilder/core/document-types/post.php:225 (get_post_meta)
/modules/avanambuilder/core/documents-manager.php:200 (__construct)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:72 (get)
/modules/avanambuilder/core/files/css/post.php:186 (get_data)
/modules/avanambuilder/core/files/css/base.php:634 (render_css)
/modules/avanambuilder/core/files/base.php:152 (parse_content)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/avanambuilder/core/files/css/base.php:217 (get_meta)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/core/dynamic-tags/manager.php:434 (enqueue)
:undefined (after_enqueue_post_css)
/modules/avanambuilder/src/Wp_Helper.php:997 (call_user_func_array)
/modules/avanambuilder/core/files/css/base.php:281 (do_action)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/includes/frontend.php:894 (enqueue)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1190 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/1f/c7/f0/1fc7f0a8efb145bdc4bf30f5eafb5c9327ff3a23_2.file.footer.tpl.php:27 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a232d4e3_29217072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:517 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:162 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
606 |
SELECT SQL_NO_CACHE value FROM ps_avanam_builder_meta WHERE id = 1 AND name = 'elementor_viewport_lg' LIMIT 1 |
0.258
ms
|
80 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1320
/modules/avanambuilder/src/Wp_Helper.php:1385 (get_post_meta)
/modules/avanambuilder/core/responsive/responsive.php:122 (get_option)
:undefined (AvanamBuilder\Core\Responsive\{closure})
/modules/avanambuilder/core/responsive/responsive.php:117 (array_reduce)
/modules/avanambuilder/core/files/css/base.php:731 (get_breakpoints)
/modules/avanambuilder/core/files/css/base.php:121 (init_stylesheet)
/modules/avanambuilder/core/files/css/post.php:64 (__construct)
:undefined (__construct)
/modules/avanambuilder/core/files/manager.php:56 (newInstanceArgs)
/modules/avanambuilder/core/files/base.php:87 (get)
/modules/avanambuilder/includes/frontend.php:890 (create)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1190 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/1f/c7/f0/1fc7f0a8efb145bdc4bf30f5eafb5c9327ff3a23_2.file.footer.tpl.php:27 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a232d4e3_29217072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:517 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:162 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
84 |
SELECT SQL_NO_CACHE value FROM ps_avanam_builder_meta WHERE id = 1 AND name = 'elementor_global_image_lightbox' LIMIT 1 |
0.258
ms
|
80 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1320
/modules/avanambuilder/src/Wp_Helper.php:1385 (get_post_meta)
/modules/avanambuilder/core/settings/general/manager.php:111 (get_option)
/modules/avanambuilder/core/settings/base/manager.php:429 (get_saved_settings)
/modules/avanambuilder/core/settings/base/manager.php:124 (create_model)
/modules/avanambuilder/core/settings/general/manager.php:86 (get_model)
/modules/avanambuilder/core/settings/manager.php:175 (get_model_for_config)
/modules/avanambuilder/includes/frontend.php:1103 (get_settings_frontend_config)
/modules/avanambuilder/avanambuilder.php:759 (get_init_settings)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/NewProductsController.php:45 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
159 |
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` = 7
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 13) AND (b.`id_shop` = 1) LIMIT 1 |
0.257
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)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
182 |
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` = 7
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8) AND (b.`id_shop` = 1) LIMIT 1 |
0.257
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)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
175 |
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 = 7)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 7)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 7)
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 = 13
ORDER BY f.position ASC |
0.256
ms
|
7 |
Yes
|
|
/classes/Product.php:6013
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
76 |
SELECT SQL_NO_CACHE value FROM ps_avanam_builder_meta WHERE id = 1 AND name = 'elementor_viewport_md' LIMIT 1 |
0.254
ms
|
80 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1320
/modules/avanambuilder/src/Wp_Helper.php:1385 (get_post_meta)
/modules/avanambuilder/core/responsive/responsive.php:122 (get_option)
:undefined (AvanamBuilder\Core\Responsive\{closure})
/modules/avanambuilder/core/responsive/responsive.php:117 (array_reduce)
/modules/avanambuilder/includes/frontend.php:1096 (get_breakpoints)
/modules/avanambuilder/avanambuilder.php:759 (get_init_settings)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/NewProductsController.php:45 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
194 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 8 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 8 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.253
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5797 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
196 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 31
AND cp.`id_cart` = 0 AND cp.`id_product` = 8 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 31
AND cp.`id_cart` = 0 AND p.`id_product_item` = 8 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.251
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5809 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
74 |
SELECT SQL_NO_CACHE value FROM ps_avanam_builder_meta WHERE id = 1 AND name = 'elementor_viewport_lg' LIMIT 1 |
0.250
ms
|
80 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1320
/modules/avanambuilder/src/Wp_Helper.php:1385 (get_post_meta)
/modules/avanambuilder/core/responsive/responsive.php:122 (get_option)
:undefined (AvanamBuilder\Core\Responsive\{closure})
/modules/avanambuilder/core/responsive/responsive.php:117 (array_reduce)
/modules/avanambuilder/core/files/css/base.php:731 (get_breakpoints)
/modules/avanambuilder/core/files/css/base.php:121 (init_stylesheet)
:undefined (__construct)
/modules/avanambuilder/core/files/manager.php:56 (newInstanceArgs)
/modules/avanambuilder/core/files/base.php:87 (get)
/modules/avanambuilder/includes/frontend.php:792 (create)
/modules/avanambuilder/avanambuilder.php:754 (parse_global_css_code)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/NewProductsController.php:45 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
173 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 10
AND cp.`id_cart` = 0 AND cp.`id_product` = 13 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 10
AND cp.`id_cart` = 0 AND p.`id_product_item` = 13 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.250
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5809 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
149 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 37
AND cp.`id_cart` = 0 AND cp.`id_product` = 16 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 37
AND cp.`id_cart` = 0 AND p.`id_product_item` = 16 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.248
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5809 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
290 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 7 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 7 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.248
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5797 (getQuantity)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
483 |
SELECT SQL_NO_CACHE pi.*, pl.*
FROM ps_avanamegamenu_item pi
LEFT JOIN `ps_avanamegamenu_item_lang` pl ON pl.`id_avanamegamenu_item` = pi.`id_avanamegamenu_item`
LEFT JOIN `ps_avanamegamenu_item_shop` ps ON ps.`id_avanamegamenu_item` = pi.`id_avanamegamenu_item`
WHERE pi.active = 1 AND ps.id_shop = 1 AND pl.id_lang=7 ORDER BY pi.position ASC, pi.id_avanamegamenu_item ASC |
0.247
ms
|
6 |
Yes
|
|
/modules/avanamegamenu/classes/AvanaMegamenuClass.php:226
/modules/avanamegamenu/avanamegamenu.php:985 (getMenus)
/modules/avanambuilder/includes/widgets/ava-menu.php:688 (hookDisplayMegamenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
596 |
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` = 8) 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)
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:44 (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/PRS5_digitazzlayouts_layout_left_column_tpl/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a2289a19_70168846)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:363 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a22558a1_32702769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/7e/36/29/7e36293a2f8b70c297c892950a5215627d91840c_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21f6273_42342327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/4f/68/644f682ce5bfcfe20e6ce273e7cb11ce89d3e759_2.file.productlist.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21e9ae1_24155853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c9/ec/c1/c9ecc1d7582e75eade6b01e82b60c1b1eb2da433_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21d1795_85014885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:123 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:218 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:145 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
2 |
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.244
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)
|
88 |
SELECT SQL_NO_CACHE value FROM ps_avanam_builder_meta WHERE id = 1 AND name = 'elementor_lightbox_ui_color_hover' LIMIT 1 |
0.244
ms
|
80 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1320
/modules/avanambuilder/src/Wp_Helper.php:1385 (get_post_meta)
/modules/avanambuilder/core/settings/general/manager.php:111 (get_option)
/modules/avanambuilder/core/settings/base/manager.php:429 (get_saved_settings)
/modules/avanambuilder/core/settings/base/manager.php:124 (create_model)
/modules/avanambuilder/core/settings/general/manager.php:86 (get_model)
/modules/avanambuilder/core/settings/manager.php:175 (get_model_for_config)
/modules/avanambuilder/includes/frontend.php:1103 (get_settings_frontend_config)
/modules/avanambuilder/avanambuilder.php:759 (get_init_settings)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/NewProductsController.php:45 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
77 |
SELECT SQL_NO_CACHE value FROM ps_avanam_builder_meta WHERE id = 1 AND name = 'elementor_viewport_lg' LIMIT 1 |
0.244
ms
|
80 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1320
/modules/avanambuilder/src/Wp_Helper.php:1385 (get_post_meta)
/modules/avanambuilder/core/responsive/responsive.php:122 (get_option)
:undefined (AvanamBuilder\Core\Responsive\{closure})
/modules/avanambuilder/core/responsive/responsive.php:117 (array_reduce)
/modules/avanambuilder/includes/frontend.php:1096 (get_breakpoints)
/modules/avanambuilder/avanambuilder.php:759 (get_init_settings)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/NewProductsController.php:45 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
176 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 7)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 7)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 7)
WHERE pa.`id_product` = 13
AND pac.`id_product_attribute` = 10
AND agl.`id_lang` = 7 |
0.244
ms
|
1 |
|
|
/classes/Product.php:7517
/classes/Product.php:5857 (getAttributesParams)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
85 |
SELECT SQL_NO_CACHE value FROM ps_avanam_builder_meta WHERE id = 1 AND name = 'elementor_enable_lightbox_in_editor' LIMIT 1 |
0.243
ms
|
80 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1320
/modules/avanambuilder/src/Wp_Helper.php:1385 (get_post_meta)
/modules/avanambuilder/core/settings/general/manager.php:111 (get_option)
/modules/avanambuilder/core/settings/base/manager.php:429 (get_saved_settings)
/modules/avanambuilder/core/settings/base/manager.php:124 (create_model)
/modules/avanambuilder/core/settings/general/manager.php:86 (get_model)
/modules/avanambuilder/core/settings/manager.php:175 (get_model_for_config)
/modules/avanambuilder/includes/frontend.php:1103 (get_settings_frontend_config)
/modules/avanambuilder/avanambuilder.php:759 (get_init_settings)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/NewProductsController.php:45 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
80 |
SELECT SQL_NO_CACHE value FROM ps_avanam_builder_meta WHERE id = 1 AND name = 'elementor_container_width' LIMIT 1 |
0.242
ms
|
80 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1320
/modules/avanambuilder/src/Wp_Helper.php:1385 (get_post_meta)
/modules/avanambuilder/core/settings/general/manager.php:111 (get_option)
/modules/avanambuilder/core/settings/base/manager.php:429 (get_saved_settings)
/modules/avanambuilder/core/settings/base/manager.php:124 (create_model)
/modules/avanambuilder/core/settings/general/manager.php:86 (get_model)
/modules/avanambuilder/core/settings/manager.php:175 (get_model_for_config)
/modules/avanambuilder/includes/frontend.php:1103 (get_settings_frontend_config)
/modules/avanambuilder/avanambuilder.php:759 (get_init_settings)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/NewProductsController.php:45 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
87 |
SELECT SQL_NO_CACHE value FROM ps_avanam_builder_meta WHERE id = 1 AND name = 'elementor_lightbox_ui_color' LIMIT 1 |
0.242
ms
|
80 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1320
/modules/avanambuilder/src/Wp_Helper.php:1385 (get_post_meta)
/modules/avanambuilder/core/settings/general/manager.php:111 (get_option)
/modules/avanambuilder/core/settings/base/manager.php:429 (get_saved_settings)
/modules/avanambuilder/core/settings/base/manager.php:124 (create_model)
/modules/avanambuilder/core/settings/general/manager.php:86 (get_model)
/modules/avanambuilder/core/settings/manager.php:175 (get_model_for_config)
/modules/avanambuilder/includes/frontend.php:1103 (get_settings_frontend_config)
/modules/avanambuilder/avanambuilder.php:759 (get_init_settings)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/NewProductsController.php:45 (initContent)
/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 = 7)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 7)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 7)
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 = 8
ORDER BY f.position ASC |
0.242
ms
|
7 |
Yes
|
|
/classes/Product.php:6013
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
581 |
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` = 13) LIMIT 1 |
0.242
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/Presenter/Product/ProductLazyArray.php:658 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:44 (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/PRS5_digitazzlayouts_layout_left_column_tpl/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a2289a19_70168846)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:363 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a22558a1_32702769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/7e/36/29/7e36293a2f8b70c297c892950a5215627d91840c_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21f6273_42342327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/4f/68/644f682ce5bfcfe20e6ce273e7cb11ce89d3e759_2.file.productlist.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21e9ae1_24155853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c9/ec/c1/c9ecc1d7582e75eade6b01e82b60c1b1eb2da433_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21d1795_85014885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:123 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:218 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:145 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 value FROM ps_avanam_builder_meta WHERE id = 1 AND name = 'elementor_lightbox_color' LIMIT 1 |
0.241
ms
|
80 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1320
/modules/avanambuilder/src/Wp_Helper.php:1385 (get_post_meta)
/modules/avanambuilder/core/settings/general/manager.php:111 (get_option)
/modules/avanambuilder/core/settings/base/manager.php:429 (get_saved_settings)
/modules/avanambuilder/core/settings/base/manager.php:124 (create_model)
/modules/avanambuilder/core/settings/general/manager.php:86 (get_model)
/modules/avanambuilder/core/settings/manager.php:175 (get_model_for_config)
/modules/avanambuilder/includes/frontend.php:1103 (get_settings_frontend_config)
/modules/avanambuilder/avanambuilder.php:759 (get_init_settings)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/NewProductsController.php:45 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
204 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (35, 36, 37, 38, 39, 40, 41, 42) AND il.`id_lang` = 7 ORDER by i.`position` |
0.241
ms
|
20 |
Yes
|
|
/classes/Product.php:2915
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:683 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
81 |
SELECT SQL_NO_CACHE value FROM ps_avanam_builder_meta WHERE id = 1 AND name = 'elementor_space_between_widgets' LIMIT 1 |
0.240
ms
|
80 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1320
/modules/avanambuilder/src/Wp_Helper.php:1385 (get_post_meta)
/modules/avanambuilder/core/settings/general/manager.php:111 (get_option)
/modules/avanambuilder/core/settings/base/manager.php:429 (get_saved_settings)
/modules/avanambuilder/core/settings/base/manager.php:124 (create_model)
/modules/avanambuilder/core/settings/general/manager.php:86 (get_model)
/modules/avanambuilder/core/settings/manager.php:175 (get_model_for_config)
/modules/avanambuilder/includes/frontend.php:1103 (get_settings_frontend_config)
/modules/avanambuilder/avanambuilder.php:759 (get_init_settings)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/NewProductsController.php:45 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
214 |
SELECT SQL_NO_CACHE *
FROM `ps_avanam_builder_post` a
LEFT JOIN `ps_avanam_builder_post_lang` `b` ON a.`id_avanam_builder_post` = b.`id_avanam_builder_post` AND b.`id_lang` = 7
WHERE (a.`id_avanam_builder_post` = 14) LIMIT 1 |
0.238
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/avanambuilder/src/AvanamBuilderPost.php:48 (__construct)
/modules/avanambuilder/avanambuilder.php:1102 (__construct)
/classes/Hook.php:1083 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:1425 (exec)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
199 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 7)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 7)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 7)
WHERE pa.`id_product` = 8
AND pac.`id_product_attribute` = 31
AND agl.`id_lang` = 7 |
0.237
ms
|
1 |
|
|
/classes/Product.php:7517
/classes/Product.php:5857 (getAttributesParams)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
383 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `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` = 7)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.237
ms
|
5 |
Yes
|
Yes
|
/classes/Product.php:4513
/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/PRS5_digitazz/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:356 (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/PRS5_digitazz/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1c107c7_90799760)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/7e/36/29/7e36293a2f8b70c297c892950a5215627d91840c_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1bb1272_86003745)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/64/56/8d/64568d0e5afe302feed1639d984d5d83a1d8a508_2.file.avanamverticalmenu.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1b9cf20_20499565)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2260 (fetch)
/modules/avanamverticalmenu/avanamverticalmenu.php:1030 (display)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
83 |
SELECT SQL_NO_CACHE value FROM ps_avanam_builder_meta WHERE id = 1 AND name = 'elementor_page_title_selector' LIMIT 1 |
0.235
ms
|
80 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1320
/modules/avanambuilder/src/Wp_Helper.php:1385 (get_post_meta)
/modules/avanambuilder/core/settings/general/manager.php:111 (get_option)
/modules/avanambuilder/core/settings/base/manager.php:429 (get_saved_settings)
/modules/avanambuilder/core/settings/base/manager.php:124 (create_model)
/modules/avanambuilder/core/settings/general/manager.php:86 (get_model)
/modules/avanambuilder/core/settings/manager.php:175 (get_model_for_config)
/modules/avanambuilder/includes/frontend.php:1103 (get_settings_frontend_config)
/modules/avanambuilder/avanambuilder.php:759 (get_init_settings)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/NewProductsController.php:45 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
75 |
SELECT SQL_NO_CACHE value FROM ps_avanam_builder_meta WHERE id = 1 AND name = '_elementor_global_css' LIMIT 1 |
0.232
ms
|
80 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1320
/modules/avanambuilder/src/Wp_Helper.php:1385 (get_post_meta)
/modules/avanambuilder/core/files/base.php:249 (get_option)
/modules/avanambuilder/core/files/base.php:224 (load_meta)
/modules/avanambuilder/core/files/css/base.php:217 (get_meta)
/modules/avanambuilder/includes/frontend.php:794 (enqueue)
/modules/avanambuilder/avanambuilder.php:754 (parse_global_css_code)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/NewProductsController.php:45 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
294 |
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 = 7)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 7)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 7)
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 = 7
ORDER BY f.position ASC |
0.228
ms
|
7 |
Yes
|
|
/classes/Product.php:6013
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
295 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 7)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 7)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 7)
WHERE pa.`id_product` = 7
AND pac.`id_product_attribute` = 63
AND agl.`id_lang` = 7 |
0.228
ms
|
1 |
|
|
/classes/Product.php:7517
/classes/Product.php:5857 (getAttributesParams)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 7)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 7)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 7)
WHERE pa.`id_product` = 19
AND pac.`id_product_attribute` = 76
AND agl.`id_lang` = 7 |
0.227
ms
|
1 |
|
|
/classes/Product.php:7517
/classes/Product.php:7668 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:909 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/PRS5_digitazz/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:356 (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/PRS5_digitazz/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1c107c7_90799760)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/7e/36/29/7e36293a2f8b70c297c892950a5215627d91840c_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1bb1272_86003745)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/64/56/8d/64568d0e5afe302feed1639d984d5d83a1d8a508_2.file.avanamverticalmenu.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1b9cf20_20499565)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2260 (fetch)
/modules/avanamverticalmenu/avanamverticalmenu.php:1030 (display)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
217 |
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` = 7) 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.226
ms
|
1 |
|
|
/classes/CartRule.php:423
/classes/Cart.php:3072 (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/PRS5_digitazzlayouts_layout_left_column_tpl/fc/de/76/fcde7660c8738bf138c200f39708b608521d9292_2.file.javascript.tpl.php:65 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17cd1b1_66183391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/a5/90/4c/a5904c1fcacd1fa350122139c08d194b95521472_2.file.head.tpl.php:366 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/a5/90/4c/a5904c1fcacd1fa350122139c08d194b95521472_2.file.head.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a176a749_89286906)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:217 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
331 |
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 = 7)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 7)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 7)
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 = 5
ORDER BY f.position ASC |
0.225
ms
|
7 |
Yes
|
|
/classes/Product.php:6013
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
209 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (9, 10, 11, 12, 13) AND il.`id_lang` = 7 ORDER by i.`position` |
0.224
ms
|
17 |
Yes
|
|
/classes/Product.php:2915
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:683 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
116 |
SELECT SQL_NO_CACHE m.*, ml.`description`, ml.`short_description`
FROM `ps_manufacturer` m INNER JOIN ps_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)INNER JOIN `ps_manufacturer_lang` ml ON (m.`id_manufacturer` = ml.`id_manufacturer` AND ml.`id_lang` = 7)WHERE 1 AND m.`active` = 1 ORDER BY m.`name` ASC |
0.223
ms
|
6 |
Yes
|
|
/classes/Manufacturer.php:201
/modules/ps_facetedsearch/src/Filters/Block.php:652 (getManufacturers)
/modules/ps_facetedsearch/src/Filters/Block.php:146 (getManufacturersBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
94 |
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` = 7 AND cl.id_shop = 1 )
WHERE `name` = 'Smartphone'
AND c.`id_category` != 2
AND c.`id_parent` = 2 LIMIT 1 |
0.223
ms
|
5 |
|
|
/classes/Category.php:1492
/modules/ps_facetedsearch/src/Filters/Converter.php:457 (searchByNameAndParentCategoryId)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:163 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
212 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (30, 31, 32, 33, 34) AND il.`id_lang` = 7 ORDER by i.`position` |
0.221
ms
|
16 |
Yes
|
|
/classes/Product.php:2915
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:683 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
434 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 7
AND c.`id_parent` = 34
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.221
ms
|
33 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/avanamsearchbar/avanamsearchbar.php:226 (getChildren)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
314 |
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 = 7)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 7)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 7)
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 = 10
ORDER BY f.position ASC |
0.219
ms
|
7 |
Yes
|
|
/classes/Product.php:6013
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.219
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5797 (getQuantity)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
432 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 7
AND c.`id_parent` = 2
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.219
ms
|
33 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/avanamsearchbar/avanamsearchbar.php:226 (getChildren)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
369 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 7)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 7)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 7)
WHERE pa.`id_product` = 7
AND pac.`id_product_attribute` = 61
AND agl.`id_lang` = 7 |
0.218
ms
|
1 |
|
|
/classes/Product.php:7517
/classes/Product.php:7668 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:909 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/PRS5_digitazz/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:356 (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/PRS5_digitazz/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1c107c7_90799760)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/7e/36/29/7e36293a2f8b70c297c892950a5215627d91840c_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1bb1272_86003745)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/64/56/8d/64568d0e5afe302feed1639d984d5d83a1d8a508_2.file.avanamverticalmenu.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1b9cf20_20499565)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2260 (fetch)
/modules/avanamverticalmenu/avanamverticalmenu.php:1030 (display)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
210 |
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` = 7)
WHERE i.`id_product` = 8
ORDER BY `position` |
0.217
ms
|
7 |
Yes
|
|
/classes/Product.php:3539
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:683 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
313 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 10 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.216
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5797 (getQuantity)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
433 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 7
AND c.`id_parent` = 3
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.215
ms
|
33 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/avanamsearchbar/avanamsearchbar.php:226 (getChildren)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
454 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 7
AND c.`id_parent` = 5
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.214
ms
|
33 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/avanamsearchbar/avanamsearchbar.php:226 (getChildren)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
202 |
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` = 7)
WHERE i.`id_product` = 16
ORDER BY `position` |
0.214
ms
|
6 |
Yes
|
|
/classes/Product.php:3539
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:683 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
346 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 19 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 19 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.213
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5797 (getQuantity)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
207 |
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` = 7)
WHERE i.`id_product` = 13
ORDER BY `position` |
0.212
ms
|
8 |
Yes
|
|
/classes/Product.php:3539
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:683 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
509 |
SELECT SQL_NO_CACHE pi.*, pl.*
FROM ps_avanamverticalmenu_item pi
LEFT JOIN `ps_avanamverticalmenu_item_lang` pl ON pl.`id_avanamverticalmenu_item` = pi.`id_avanamverticalmenu_item`
LEFT JOIN `ps_avanamverticalmenu_item_shop` ps ON ps.`id_avanamverticalmenu_item` = pi.`id_avanamverticalmenu_item`
WHERE pi.active = 1 AND ps.id_shop = 1 AND pl.id_lang=7 ORDER BY pi.position ASC, pi.id_avanamverticalmenu_item ASC |
0.212
ms
|
9 |
Yes
|
|
/modules/avanamverticalmenu/classes/AvanamVerticalmenuClass.php:226
/modules/avanamverticalmenu/avanamverticalmenu.php:1043 (getMenus)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 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.211
ms
|
72 |
|
|
/classes/module/Module.php:341
/modules/blockreassurance/blockreassurance.php:102 (__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/controller/FrontController.php:1004 (exec)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
351 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 7)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 7)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 7)
WHERE pa.`id_product` = 19
AND pac.`id_product_attribute` = 74
AND agl.`id_lang` = 7 |
0.209
ms
|
1 |
|
|
/classes/Product.php:7517
/classes/Product.php:5857 (getAttributesParams)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
467 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 7
AND c.`id_parent` = 6
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.209
ms
|
33 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/avanamsearchbar/avanamsearchbar.php:226 (getChildren)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 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 = 7)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 7)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 7)
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 = 19
ORDER BY f.position ASC |
0.208
ms
|
7 |
Yes
|
|
/classes/Product.php:6013
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 7
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 16) AND (b.`id_shop` = 1) LIMIT 1 |
0.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)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
56 |
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.206
ms
|
2 |
|
|
/classes/Currency.php:1134
/classes/Currency.php:1153 (countActiveCurrencies)
/classes/module/Module.php:2232 (isMultiCurrencyActivated)
/modules/templatemelacore/templatemelacore.php:3605 (getCacheId)
/classes/Hook.php:1083 (hookdisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/NewProductsController.php:45 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
374 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
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` = 7)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 7)
WHERE pac.id_product_attribute IN (61,62,63,64)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.206
ms
|
4 |
|
|
/classes/Product.php:2746
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/PRS5_digitazz/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:44 (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/PRS5_digitazz/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1c39660_78978467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:363 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazz/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1c107c7_90799760)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/7e/36/29/7e36293a2f8b70c297c892950a5215627d91840c_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1bb1272_86003745)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/64/56/8d/64568d0e5afe302feed1639d984d5d83a1d8a508_2.file.avanamverticalmenu.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1b9cf20_20499565)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2260 (fetch)
/modules/avanamverticalmenu/avanamverticalmenu.php:1030 (display)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
555 |
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` = 7)
WHERE `level_depth` = 1 |
0.206
ms
|
4 |
|
|
/classes/Category.php:2239
/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/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:429 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:140 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
222 |
SELECT SQL_NO_CACHE value FROM ps_avanam_builder_meta WHERE id = 1 AND name = 'elementor_viewport_md' LIMIT 1 |
0.204
ms
|
80 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1320
/modules/avanambuilder/src/Wp_Helper.php:1385 (get_post_meta)
/modules/avanambuilder/core/responsive/responsive.php:122 (get_option)
:undefined (AvanamBuilder\Core\Responsive\{closure})
/modules/avanambuilder/core/responsive/responsive.php:117 (array_reduce)
/modules/avanambuilder/core/files/css/base.php:731 (get_breakpoints)
/modules/avanambuilder/core/files/css/base.php:121 (init_stylesheet)
/modules/avanambuilder/core/files/css/post.php:64 (__construct)
:undefined (__construct)
/modules/avanambuilder/core/files/manager.php:56 (newInstanceArgs)
/modules/avanambuilder/core/files/base.php:87 (get)
/modules/avanambuilder/includes/frontend.php:890 (create)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
292 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 63
AND cp.`id_cart` = 0 AND cp.`id_product` = 7 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 63
AND cp.`id_cart` = 0 AND p.`id_product_item` = 7 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5809 (getQuantity)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
213 |
SELECT SQL_NO_CACHE *
FROM `ps_avanam_builder_post` a
LEFT JOIN `ps_avanam_builder_post_lang` `b` ON a.`id_avanam_builder_post` = b.`id_avanam_builder_post` AND b.`id_lang` = 7
WHERE (a.`id_avanam_builder_post` = 12) LIMIT 1 |
0.203
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/avanambuilder/src/AvanamBuilderPost.php:48 (__construct)
/modules/avanambuilder/avanambuilder.php:1102 (__construct)
/classes/Hook.php:1083 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:1425 (exec)
/classes/controller/FrontController.php:746 (getLayout)
/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 * 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.201
ms
|
1 |
|
|
/classes/CartRule.php:423
/classes/CartRule.php:570 (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/PRS5_digitazzlayouts_layout_left_column_tpl/fc/de/76/fcde7660c8738bf138c200f39708b608521d9292_2.file.javascript.tpl.php:65 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17cd1b1_66183391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/a5/90/4c/a5904c1fcacd1fa350122139c08d194b95521472_2.file.head.tpl.php:366 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/a5/90/4c/a5904c1fcacd1fa350122139c08d194b95521472_2.file.head.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a176a749_89286906)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:217 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 7
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10) AND (b.`id_shop` = 1) LIMIT 1 |
0.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/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
348 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 74
AND cp.`id_cart` = 0 AND cp.`id_product` = 19 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 74
AND cp.`id_cart` = 0 AND p.`id_product_item` = 19 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.201
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5809 (getQuantity)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 7)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 7)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 7)
WHERE pa.`id_product` = 19
AND pac.`id_product_attribute` = 75
AND agl.`id_lang` = 7 |
0.201
ms
|
1 |
|
|
/classes/Product.php:7517
/classes/Product.php:7668 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:909 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/PRS5_digitazz/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:356 (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/PRS5_digitazz/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1c107c7_90799760)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/7e/36/29/7e36293a2f8b70c297c892950a5215627d91840c_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1bb1272_86003745)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/64/56/8d/64568d0e5afe302feed1639d984d5d83a1d8a508_2.file.avanamverticalmenu.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1b9cf20_20499565)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2260 (fetch)
/modules/avanamverticalmenu/avanamverticalmenu.php:1030 (display)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 value FROM ps_avanam_builder_meta WHERE id = 1 AND name = 'elementor_viewport_md' LIMIT 1 |
0.200
ms
|
80 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1320
/modules/avanambuilder/src/Wp_Helper.php:1385 (get_post_meta)
/modules/avanambuilder/core/responsive/responsive.php:122 (get_option)
:undefined (AvanamBuilder\Core\Responsive\{closure})
/modules/avanambuilder/core/responsive/responsive.php:117 (array_reduce)
/modules/avanambuilder/core/files/css/base.php:731 (get_breakpoints)
/modules/avanambuilder/core/files/css/base.php:121 (init_stylesheet)
/modules/avanambuilder/core/files/css/post.php:64 (__construct)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:40 (__construct)
/modules/avanambuilder/core/dynamic-tags/manager.php:432 (__construct)
:undefined (after_enqueue_post_css)
/modules/avanambuilder/src/Wp_Helper.php:997 (call_user_func_array)
/modules/avanambuilder/core/files/css/base.php:281 (do_action)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/includes/frontend.php:894 (enqueue)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
337 |
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` = 7
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 19) AND (b.`id_shop` = 1) LIMIT 1 |
0.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)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
564 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 16 AND `id_shop` = 1 |
0.200
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:44 (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/PRS5_digitazzlayouts_layout_left_column_tpl/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a2289a19_70168846)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:363 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a22558a1_32702769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/7e/36/29/7e36293a2f8b70c297c892950a5215627d91840c_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21f6273_42342327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/4f/68/644f682ce5bfcfe20e6ce273e7cb11ce89d3e759_2.file.productlist.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21e9ae1_24155853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c9/ec/c1/c9ecc1d7582e75eade6b01e82b60c1b1eb2da433_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21d1795_85014885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:123 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:218 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:145 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
390 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 19
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.198
ms
|
3 |
Yes
|
Yes
|
/classes/Product.php:2731
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/PRS5_digitazz/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:44 (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/PRS5_digitazz/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1c39660_78978467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:363 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazz/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1c107c7_90799760)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/7e/36/29/7e36293a2f8b70c297c892950a5215627d91840c_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1bb1272_86003745)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/64/56/8d/64568d0e5afe302feed1639d984d5d83a1d8a508_2.file.avanamverticalmenu.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1b9cf20_20499565)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2260 (fetch)
/modules/avanamverticalmenu/avanamverticalmenu.php:1030 (display)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
373 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 7
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.198
ms
|
4 |
Yes
|
Yes
|
/classes/Product.php:2731
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/PRS5_digitazz/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:44 (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/PRS5_digitazz/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1c39660_78978467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:363 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazz/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1c107c7_90799760)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/7e/36/29/7e36293a2f8b70c297c892950a5215627d91840c_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1bb1272_86003745)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/64/56/8d/64568d0e5afe302feed1639d984d5d83a1d8a508_2.file.avanamverticalmenu.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1b9cf20_20499565)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2260 (fetch)
/modules/avanamverticalmenu/avanamverticalmenu.php:1030 (display)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 7 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 65 AND c.`nleft` >= 2 AND c.`nright` <= 65 ORDER BY `nleft` DESC |
0.198
ms
|
1 |
|
|
/classes/Category.php:1594
/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/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:429 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:140 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
391 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
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` = 7)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 7)
WHERE pac.id_product_attribute IN (74,75,76)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.197
ms
|
3 |
|
|
/classes/Product.php:2746
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/PRS5_digitazz/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:44 (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/PRS5_digitazz/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1c39660_78978467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:363 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazz/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1c107c7_90799760)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/7e/36/29/7e36293a2f8b70c297c892950a5215627d91840c_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1bb1272_86003745)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/64/56/8d/64568d0e5afe302feed1639d984d5d83a1d8a508_2.file.avanamverticalmenu.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1b9cf20_20499565)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2260 (fetch)
/modules/avanamverticalmenu/avanamverticalmenu.php:1030 (display)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
597 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 8 AND `id_shop` = 1 |
0.196
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:44 (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/PRS5_digitazzlayouts_layout_left_column_tpl/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a2289a19_70168846)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:363 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a22558a1_32702769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/7e/36/29/7e36293a2f8b70c297c892950a5215627d91840c_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21f6273_42342327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/4f/68/644f682ce5bfcfe20e6ce273e7cb11ce89d3e759_2.file.productlist.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21e9ae1_24155853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c9/ec/c1/c9ecc1d7582e75eade6b01e82b60c1b1eb2da433_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21d1795_85014885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:123 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:218 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:145 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 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.195
ms
|
4 |
|
|
/classes/Language.php:1214
/classes/Language.php:1513 (countActiveLanguages)
/classes/Dispatcher.php:531 (isMultiLanguageActivated)
/classes/Dispatcher.php:232 (setRequestUri)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
251 |
SELECT SQL_NO_CACHE pi.*, pl.*
FROM ps_avanamverticalmenu_item pi
LEFT JOIN `ps_avanamverticalmenu_item_lang` pl ON pl.`id_avanamverticalmenu_item` = pi.`id_avanamverticalmenu_item`
LEFT JOIN `ps_avanamverticalmenu_item_shop` ps ON ps.`id_avanamverticalmenu_item` = pi.`id_avanamverticalmenu_item`
WHERE pi.active = 1 AND ps.id_shop = 1 AND pl.id_lang=7 ORDER BY pi.position ASC, pi.id_avanamverticalmenu_item ASC |
0.195
ms
|
9 |
Yes
|
|
/modules/avanamverticalmenu/classes/AvanamVerticalmenuClass.php:226
/modules/avanamverticalmenu/avanamverticalmenu.php:994 (getMenus)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 value FROM ps_avanam_builder_meta WHERE id = 1 AND name = 'elementor_viewport_lg' LIMIT 1 |
0.194
ms
|
80 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1320
/modules/avanambuilder/src/Wp_Helper.php:1385 (get_post_meta)
/modules/avanambuilder/core/responsive/responsive.php:122 (get_option)
:undefined (AvanamBuilder\Core\Responsive\{closure})
/modules/avanambuilder/core/responsive/responsive.php:117 (array_reduce)
/modules/avanambuilder/core/responsive/responsive.php:102 (get_breakpoints)
/modules/avanambuilder/includes/settings/settings.php:715 (get_editable_breakpoints)
/modules/avanambuilder/includes/plugin.php:572 (__construct)
/modules/avanambuilder/includes/plugin.php:498 (init_components)
/modules/avanambuilder/includes/plugin.php:639 (init)
/modules/avanambuilder/includes/plugin.php:467 (__construct)
/modules/avanambuilder/avanambuilder.php:754 (instance)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/NewProductsController.php:45 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
227 |
SELECT SQL_NO_CACHE value FROM ps_avanam_builder_meta WHERE id = 12 AND name = '_wp_page_template_id_lang_7' LIMIT 1 |
0.193
ms
|
80 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1320
/modules/avanambuilder/core/document-types/post.php:225 (get_post_meta)
/modules/avanambuilder/core/documents-manager.php:200 (__construct)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:72 (get)
/modules/avanambuilder/core/files/css/post.php:186 (get_data)
/modules/avanambuilder/core/files/css/base.php:634 (render_css)
/modules/avanambuilder/core/files/base.php:152 (parse_content)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/avanambuilder/core/files/css/base.php:217 (get_meta)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/core/dynamic-tags/manager.php:434 (enqueue)
:undefined (after_enqueue_post_css)
/modules/avanambuilder/src/Wp_Helper.php:997 (call_user_func_array)
/modules/avanambuilder/core/files/css/base.php:281 (do_action)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/includes/frontend.php:894 (enqueue)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
575 |
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 7
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 6) LIMIT 1 |
0.192
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:113 (__construct)
/classes/Link.php:657 (__construct)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:145 (getManufacturerLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a22558a1_32702769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/7e/36/29/7e36293a2f8b70c297c892950a5215627d91840c_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21f6273_42342327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/4f/68/644f682ce5bfcfe20e6ce273e7cb11ce89d3e759_2.file.productlist.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21e9ae1_24155853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c9/ec/c1/c9ecc1d7582e75eade6b01e82b60c1b1eb2da433_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21d1795_85014885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:123 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:218 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:145 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 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 = 'www.gsmmi.com' OR su.domain_ssl = 'www.gsmmi.com')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
0.190
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:1364
/classes/shop/Shop.php:355 (findShopByHost)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
320 |
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` = 7
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5) AND (b.`id_shop` = 1) LIMIT 1 |
0.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/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
137 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 16) |
0.189
ms
|
8 |
|
|
/classes/Product.php:3860
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
281 |
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` = 7
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7) AND (b.`id_shop` = 1) LIMIT 1 |
0.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/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
230 |
SELECT SQL_NO_CACHE value FROM ps_avanam_builder_meta WHERE id = 1 AND name = 'elementor_disable_colorpicker_schemes' LIMIT 1 |
0.189
ms
|
80 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1320
/modules/avanambuilder/src/Wp_Helper.php:1385 (get_post_meta)
/modules/avanambuilder/includes/managers/schemes.php:312 (get_option)
/modules/avanambuilder/includes/elements/section.php:1103 (get_enabled_schemes)
/modules/avanambuilder/includes/base/controls-stack.php:1931 (_register_controls)
/modules/avanambuilder/includes/base/controls-stack.php:515 (init_controls)
/modules/avanambuilder/includes/base/controls-stack.php:308 (get_stack)
/modules/avanambuilder/includes/base/controls-stack.php:1966 (get_controls)
/modules/avanambuilder/includes/base/controls-stack.php:1053 (sanitize_settings)
/modules/avanambuilder/includes/base/controls-stack.php:1806 (get_data)
/modules/avanambuilder/core/base/base-object.php:145 (get_init_settings)
/modules/avanambuilder/core/base/base-object.php:53 (ensure_settings)
/modules/avanambuilder/core/files/css/post.php:308 (get_settings)
/modules/avanambuilder/core/files/css/post.php:196 (render_styles)
/modules/avanambuilder/core/files/css/base.php:634 (render_css)
/modules/avanambuilder/core/files/base.php:152 (parse_content)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/avanambuilder/core/files/css/base.php:217 (get_meta)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/core/dynamic-tags/manager.php:434 (enqueue)
:undefined (after_enqueue_post_css)
/modules/avanambuilder/src/Wp_Helper.php:997 (call_user_func_array)
/modules/avanambuilder/core/files/css/base.php:281 (do_action)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/includes/frontend.php:894 (enqueue)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
590 |
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 7
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 4) LIMIT 1 |
0.188
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:113 (__construct)
/classes/Link.php:657 (__construct)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:145 (getManufacturerLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a22558a1_32702769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/7e/36/29/7e36293a2f8b70c297c892950a5215627d91840c_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21f6273_42342327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/4f/68/644f682ce5bfcfe20e6ce273e7cb11ce89d3e759_2.file.productlist.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21e9ae1_24155853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c9/ec/c1/c9ecc1d7582e75eade6b01e82b60c1b1eb2da433_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21d1795_85014885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:123 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:218 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:145 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
226 |
SELECT SQL_NO_CACHE value FROM ps_avanam_builder_meta WHERE id = 1 AND name = 'elementor_viewport_lg' LIMIT 1 |
0.187
ms
|
80 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1320
/modules/avanambuilder/src/Wp_Helper.php:1385 (get_post_meta)
/modules/avanambuilder/core/responsive/responsive.php:122 (get_option)
:undefined (AvanamBuilder\Core\Responsive\{closure})
/modules/avanambuilder/core/responsive/responsive.php:117 (array_reduce)
/modules/avanambuilder/core/files/css/base.php:731 (get_breakpoints)
/modules/avanambuilder/core/files/css/base.php:121 (init_stylesheet)
/modules/avanambuilder/core/files/css/post.php:64 (__construct)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:40 (__construct)
/modules/avanambuilder/core/dynamic-tags/manager.php:432 (__construct)
:undefined (after_enqueue_post_css)
/modules/avanambuilder/src/Wp_Helper.php:997 (call_user_func_array)
/modules/avanambuilder/core/files/css/base.php:281 (do_action)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/includes/frontend.php:894 (enqueue)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 *
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` = 7) LIMIT 1 |
0.186
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/Presenter/Product/ProductLazyArray.php:658 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/PRS5_digitazz/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:44 (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/PRS5_digitazz/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1c39660_78978467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:363 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazz/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1c107c7_90799760)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/7e/36/29/7e36293a2f8b70c297c892950a5215627d91840c_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1bb1272_86003745)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/64/56/8d/64568d0e5afe302feed1639d984d5d83a1d8a508_2.file.avanamverticalmenu.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1b9cf20_20499565)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2260 (fetch)
/modules/avanamverticalmenu/avanamverticalmenu.php:1030 (display)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
531 |
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` = 7)
WHERE i.`id_product` = 7
ORDER BY `position` |
0.186
ms
|
7 |
Yes
|
|
/classes/Product.php:3539
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:683 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/modules/avanamverticalmenu/avanamverticalmenu.php:780 (present)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1058 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
223 |
SELECT SQL_NO_CACHE value FROM ps_avanam_builder_meta WHERE id = 1 AND name = 'elementor_viewport_lg' LIMIT 1 |
0.185
ms
|
80 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1320
/modules/avanambuilder/src/Wp_Helper.php:1385 (get_post_meta)
/modules/avanambuilder/core/responsive/responsive.php:122 (get_option)
:undefined (AvanamBuilder\Core\Responsive\{closure})
/modules/avanambuilder/core/responsive/responsive.php:117 (array_reduce)
/modules/avanambuilder/core/files/css/base.php:731 (get_breakpoints)
/modules/avanambuilder/core/files/css/base.php:121 (init_stylesheet)
/modules/avanambuilder/core/files/css/post.php:64 (__construct)
:undefined (__construct)
/modules/avanambuilder/core/files/manager.php:56 (newInstanceArgs)
/modules/avanambuilder/core/files/base.php:87 (get)
/modules/avanambuilder/includes/frontend.php:890 (create)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
533 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (61, 62, 63, 64) AND il.`id_lang` = 7 ORDER by i.`position` |
0.184
ms
|
16 |
Yes
|
|
/classes/Product.php:2915
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:683 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/modules/avanamverticalmenu/avanamverticalmenu.php:780 (present)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1058 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (61, 62, 63, 64) AND il.`id_lang` = 7 ORDER by i.`position` |
0.183
ms
|
16 |
Yes
|
|
/classes/Product.php:2915
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:683 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/modules/avanamverticalmenu/avanamverticalmenu.php:780 (present)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
431 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 7
AND c.`id_parent` = 1
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.183
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/avanamsearchbar/avanamsearchbar.php:226 (getChildren)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 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` = 6
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 383)
AND ('28947' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '28947')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
0.183
ms
|
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:100
/classes/Product.php:3926 (getTaxCalculator)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
165 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 13) |
0.182
ms
|
5 |
|
|
/classes/Product.php:3860
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
388 |
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` = 19) 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)
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/PRS5_digitazz/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:44 (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/PRS5_digitazz/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1c39660_78978467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:363 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazz/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1c107c7_90799760)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/7e/36/29/7e36293a2f8b70c297c892950a5215627d91840c_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1bb1272_86003745)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/64/56/8d/64568d0e5afe302feed1639d984d5d83a1d8a508_2.file.avanamverticalmenu.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1b9cf20_20499565)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2260 (fetch)
/modules/avanamverticalmenu/avanamverticalmenu.php:1030 (display)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 8) |
0.180
ms
|
5 |
|
|
/classes/Product.php:3860
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
224 |
SELECT SQL_NO_CACHE value FROM ps_avanam_builder_meta WHERE id = 12 AND name = '_elementor_css_id_lang_7' LIMIT 1 |
0.178
ms
|
80 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1320
/modules/avanambuilder/core/files/css/post.php:122 (get_post_meta)
/modules/avanambuilder/core/files/base.php:224 (load_meta)
/modules/avanambuilder/core/files/css/base.php:217 (get_meta)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/includes/frontend.php:894 (enqueue)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
582 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 13 AND `id_shop` = 1 |
0.178
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:44 (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/PRS5_digitazzlayouts_layout_left_column_tpl/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a2289a19_70168846)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:363 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a22558a1_32702769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/7e/36/29/7e36293a2f8b70c297c892950a5215627d91840c_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21f6273_42342327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/4f/68/644f682ce5bfcfe20e6ce273e7cb11ce89d3e759_2.file.productlist.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21e9ae1_24155853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c9/ec/c1/c9ecc1d7582e75eade6b01e82b60c1b1eb2da433_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21d1795_85014885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:123 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:218 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:145 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 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` = 7)
WHERE i.`id_product` = 5
ORDER BY `position` |
0.177
ms
|
6 |
Yes
|
|
/classes/Product.php:3539
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:683 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/modules/avanamverticalmenu/avanamverticalmenu.php:780 (present)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "new-products"
OR m.page = "newproducts"
)
AND ml.id_lang = 7
AND ml.id_shop = 1 LIMIT 1 |
0.176
ms
|
2 |
|
|
/classes/Meta.php:184
/classes/Meta.php:332 (getMetaByPage)
/classes/Meta.php:317 (getHomeMetas)
/classes/controller/FrontController.php:1791 (getMetaTags)
/classes/controller/FrontController.php:562 (getTemplateVarPage)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/NewProductsController.php:45 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
298 |
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` = 7)
WHERE i.`id_product` = 7
ORDER BY `position` |
0.175
ms
|
7 |
Yes
|
|
/classes/Product.php:3539
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:683 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/modules/avanamverticalmenu/avanamverticalmenu.php:780 (present)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 pi.*, pl.*
FROM ps_avanamegamenu_item pi
LEFT JOIN `ps_avanamegamenu_item_lang` pl ON pl.`id_avanamegamenu_item` = pi.`id_avanamegamenu_item`
LEFT JOIN `ps_avanamegamenu_item_shop` ps ON ps.`id_avanamegamenu_item` = pi.`id_avanamegamenu_item`
WHERE pi.active = 1 AND ps.id_shop = 1 AND pl.id_lang=7 ORDER BY pi.position ASC, pi.id_avanamegamenu_item ASC |
0.173
ms
|
6 |
Yes
|
|
/modules/avanamegamenu/classes/AvanaMegamenuClass.php:226
/modules/avanamegamenu/avanamegamenu.php:937 (getMenus)
/modules/avanambuilder/includes/widgets/ava-menu.php:673 (hookDisplayMegamenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
315 |
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` = 7)
WHERE i.`id_product` = 10
ORDER BY `position` |
0.172
ms
|
7 |
Yes
|
|
/classes/Product.php:3539
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:683 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/modules/avanamverticalmenu/avanamverticalmenu.php:780 (present)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
552 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_categorytree" LIMIT 1 |
0.171
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/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:429 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:140 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
98 |
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` = 2) 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/Category.php:164 (__construct)
/modules/ps_facetedsearch/src/Filters/Block.php:157 (__construct)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
620 |
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `ps_product_attribute_combination` pac
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` = 7
)
WHERE pac.`id_product_attribute` = 37
ORDER BY ag.`position` ASC, a.`position` ASC |
0.170
ms
|
2 |
Yes
|
|
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:232
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:178 (getProductVariant)
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:73 (prepareItemFromProduct)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:81 (prepareItemListFromProductList)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:57 (renderProductListing)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:555 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:175 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
153 |
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` = 6
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 0)
AND ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
0.169
ms
|
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:100
/classes/Product.php:5972 (getTaxCalculator)
/classes/Product.php:5864 (getTaxesInformations)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
395 |
SELECT SQL_NO_CACHE ps.*
FROM ps_avanamegamenu_submenu ps
WHERE ps.`id_avanamegamenu_item` = 2 LIMIT 1 |
0.167
ms
|
6 |
|
|
/modules/avanamegamenu/classes/AvanaMegamenuSubmenuClass.php:85
/modules/avanamegamenu/avanamegamenu.php:1464 (getSubmenuConfig)
/modules/avanamegamenu/avanamegamenu.php:929 (generateCss)
/modules/avanambuilder/includes/widgets/ava-menu.php:673 (hookDisplayMegamenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 7
AND c.`id_parent` = 4
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.167
ms
|
3 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/avanamsearchbar/avanamsearchbar.php:226 (getChildren)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
535 |
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` = 7)
WHERE i.`id_product` = 10
ORDER BY `position` |
0.167
ms
|
7 |
Yes
|
|
/classes/Product.php:3539
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:683 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/modules/avanamverticalmenu/avanamverticalmenu.php:780 (present)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1058 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 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` = 13
AND image_shop.`cover` = 1 LIMIT 1 |
0.166
ms
|
8 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
480 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 7
AND c.`id_parent` = 7
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.166
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/avanamsearchbar/avanamsearchbar.php:226 (getChildren)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 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` = 7)
WHERE i.`id_product` = 19
ORDER BY `position` |
0.165
ms
|
7 |
Yes
|
|
/classes/Product.php:3539
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:683 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/modules/avanamverticalmenu/avanamverticalmenu.php:780 (present)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
541 |
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` = 7)
WHERE i.`id_product` = 19
ORDER BY `position` |
0.165
ms
|
7 |
Yes
|
|
/classes/Product.php:3539
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:683 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/modules/avanamverticalmenu/avanamverticalmenu.php:780 (present)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1058 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
250 |
SELECT SQL_NO_CACHE pi.*, pl.*
FROM ps_avanamverticalmenu_submenu_column pi
LEFT JOIN `ps_avanamverticalmenu_submenu_column_lang` pl ON pl.`id_avanamverticalmenu_submenu_column` = pi.`id_avanamverticalmenu_submenu_column`
WHERE pi.active = 1 AND pl.id_lang=7 ORDER BY pi.position ASC, pi.id_avanamverticalmenu_submenu_column ASC |
0.164
ms
|
6 |
Yes
|
|
/modules/avanamverticalmenu/classes/AvanamVerticalmenuClass.php:239
/modules/avanamverticalmenu/avanamverticalmenu.php:1489 (getMenusCols)
/modules/avanamverticalmenu/avanamverticalmenu.php:984 (generateCss)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
356 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (74, 75, 76) AND il.`id_lang` = 7 ORDER by i.`position` |
0.164
ms
|
9 |
Yes
|
|
/classes/Product.php:2915
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:683 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/modules/avanamverticalmenu/avanamverticalmenu.php:780 (present)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
538 |
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` = 7)
WHERE i.`id_product` = 5
ORDER BY `position` |
0.164
ms
|
6 |
Yes
|
|
/classes/Product.php:3539
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:683 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/modules/avanamverticalmenu/avanamverticalmenu.php:780 (present)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1058 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
613 |
SELECT SQL_NO_CACHE mc.*
FROM `ps_module_currency` mc
WHERE (mc.`id_module` = 69) AND (mc.`id_shop` = 1) |
0.162
ms
|
1 |
|
|
/classes/Currency.php:853
/modules/ps_wirepayment/ps_wirepayment.php:83 (checkPaymentCurrencies)
: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)
/modules/avanambuilder/includes/widgets/ava-module.php:145 (getInstanceByName)
/modules/avanambuilder/includes/widgets/ava-module.php:126 (_getModules)
/modules/avanambuilder/includes/widgets/ava-module.php:99 (register_content_controls)
/modules/avanambuilder/includes/base/controls-stack.php:1931 (_register_controls)
/modules/avanambuilder/includes/base/controls-stack.php:515 (init_controls)
/modules/avanambuilder/includes/base/widget-base.php:162 (get_stack)
/modules/avanambuilder/includes/base/controls-stack.php:308 (get_stack)
/modules/avanambuilder/includes/base/controls-stack.php:1966 (get_controls)
/modules/avanambuilder/includes/base/controls-stack.php:1053 (sanitize_settings)
/modules/avanambuilder/includes/base/controls-stack.php:1806 (get_data)
/modules/avanambuilder/core/base/base-object.php:145 (get_init_settings)
/modules/avanambuilder/core/base/base-object.php:53 (ensure_settings)
/modules/avanambuilder/core/files/css/post.php:308 (get_settings)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:125 (render_styles)
/modules/avanambuilder/core/files/css/post.php:310 (add_controls_stack_style_rules)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:125 (render_styles)
/modules/avanambuilder/core/files/css/post.php:310 (add_controls_stack_style_rules)
/modules/avanambuilder/core/files/css/post.php:196 (render_styles)
/modules/avanambuilder/core/files/css/base.php:634 (render_css)
/modules/avanambuilder/core/files/base.php:152 (parse_content)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/avanambuilder/core/files/css/base.php:217 (get_meta)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/core/dynamic-tags/manager.php:434 (enqueue)
:undefined (after_enqueue_post_css)
/modules/avanambuilder/src/Wp_Helper.php:997 (call_user_func_array)
/modules/avanambuilder/core/files/css/base.php:281 (do_action)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/includes/frontend.php:894 (enqueue)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1190 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/1f/c7/f0/1fc7f0a8efb145bdc4bf30f5eafb5c9327ff3a23_2.file.footer.tpl.php:27 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a232d4e3_29217072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:517 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:162 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 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` = 16
AND image_shop.`cover` = 1 LIMIT 1 |
0.161
ms
|
6 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
21 |
SELECT SQL_NO_CACHE name, alias FROM `ps_hook_alias` |
0.160
ms
|
87 |
|
|
/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:351 (exec)
/index.php:28 (dispatch)
|
623 |
SELECT SQL_NO_CACHE `id_guest`
FROM `ps_connections`
WHERE `id_guest` = 275952
AND `date_add` > '2025-09-23 07:21:00'
AND id_shop IN (1)
ORDER BY `date_add` DESC LIMIT 1 |
0.160
ms
|
1 |
Yes
|
|
/classes/Connection.php:168
/classes/Connection.php:97 (setNewConnection)
/modules/statsdata/statsdata.php:118 (setPageConnection)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:555 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:175 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
154 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 37) 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:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
200 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 31) 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:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
179 |
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` = 8
AND image_shop.`cover` = 1 LIMIT 1 |
0.157
ms
|
7 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
543 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (74, 75, 76) AND il.`id_lang` = 7 ORDER by i.`position` |
0.157
ms
|
9 |
Yes
|
|
/classes/Product.php:2915
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:683 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/modules/avanamverticalmenu/avanamverticalmenu.php:780 (present)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1058 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
215 |
SELECT SQL_NO_CACHE *
FROM `ps_avanam_builder_post` a
LEFT JOIN `ps_avanam_builder_post_lang` `b` ON a.`id_avanam_builder_post` = b.`id_avanam_builder_post` AND b.`id_lang` = 7
WHERE (a.`id_avanam_builder_post` = 13) LIMIT 1 |
0.156
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/avanambuilder/src/AvanamBuilderPost.php:48 (__construct)
/modules/avanambuilder/avanambuilder.php:1102 (__construct)
/classes/Hook.php:1083 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:1425 (exec)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
263 |
SELECT SQL_NO_CACHE psi.*,psil.*
FROM ps_avanamverticalmenu_submenu_item psi
LEFT JOIN ps_avanamverticalmenu_submenu_item_lang psil ON psi.id_avanamverticalmenu_submenu_item = psil.id_avanamverticalmenu_submenu_item
WHERE psi.id_avanamverticalmenu_submenu_column = 3 AND psil.id_lang = 7 AND psi.`active` = 1 ORDER BY psi.position ASC, psi.id_avanamverticalmenu_submenu_item ASC |
0.154
ms
|
9 |
Yes
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:726
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
30 |
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` = 7
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.153
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:208 (getLocale)
/classes/controller/FrontController.php:284 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
514 |
SELECT SQL_NO_CACHE sc.*, scl.title, scl.custom_link
FROM ps_avanamverticalmenu_submenu_column sc
LEFT JOIN ps_avanamverticalmenu_submenu_column_lang scl ON (sc.id_avanamverticalmenu_submenu_column = scl.id_avanamverticalmenu_submenu_column)
WHERE sc.id_row = 2 AND scl.`id_lang` = 7 AND sc.`active` = 1
ORDER BY sc.position ASC, sc.id_avanamverticalmenu_submenu_column ASC |
0.153
ms
|
6 |
Yes
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:707
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1058 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 16 AND pa.`id_product` = 16 AND pa.`id_product_attribute` = 37 LIMIT 1 |
0.152
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5817 (getAvailableDate)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
252 |
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` = 3) AND (b.`id_shop` = 1) LIMIT 1 |
0.152
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)
/modules/avanamverticalmenu/avanamverticalmenu.php:1107 (getCategoryLink)
/modules/avanamverticalmenu/avanamverticalmenu.php:1003 (fomartLink)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 10) LIMIT 1 |
0.152
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
446 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 7
AND c.`id_parent` = 36
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.152
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/avanamsearchbar/avanamsearchbar.php:226 (getChildren)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
457 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 7
AND c.`id_parent` = 15
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.151
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/avanamsearchbar/avanamsearchbar.php:226 (getChildren)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 13 AND pa.`id_product` = 13 AND pa.`id_product_attribute` = 10 LIMIT 1 |
0.150
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5817 (getAvailableDate)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
197 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 8 AND pa.`id_product` = 8 AND pa.`id_product_attribute` = 31 LIMIT 1 |
0.150
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5817 (getAvailableDate)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
258 |
SELECT SQL_NO_CACHE psi.*,psil.*
FROM ps_avanamverticalmenu_submenu_item psi
LEFT JOIN ps_avanamverticalmenu_submenu_item_lang psil ON psi.id_avanamverticalmenu_submenu_item = psil.id_avanamverticalmenu_submenu_item
WHERE psi.id_avanamverticalmenu_submenu_column = 2 AND psil.id_lang = 7 AND psi.`active` = 1 ORDER BY psi.position ASC, psi.id_avanamverticalmenu_submenu_item ASC |
0.150
ms
|
9 |
Yes
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:726
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
518 |
SELECT SQL_NO_CACHE psi.*,psil.*
FROM ps_avanamverticalmenu_submenu_item psi
LEFT JOIN ps_avanamverticalmenu_submenu_item_lang psil ON psi.id_avanamverticalmenu_submenu_item = psil.id_avanamverticalmenu_submenu_item
WHERE psi.id_avanamverticalmenu_submenu_column = 3 AND psil.id_lang = 7 AND psi.`active` = 1 ORDER BY psi.position ASC, psi.id_avanamverticalmenu_submenu_item ASC |
0.150
ms
|
9 |
Yes
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:726
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1058 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
544 |
SELECT SQL_NO_CACHE psi.*,psil.*
FROM ps_avanamverticalmenu_submenu_item psi
LEFT JOIN ps_avanamverticalmenu_submenu_item_lang psil ON psi.id_avanamverticalmenu_submenu_item = psil.id_avanamverticalmenu_submenu_item
WHERE psi.id_avanamverticalmenu_submenu_column = 8 AND psil.id_lang = 7 AND psi.`active` = 1 ORDER BY psi.position ASC, psi.id_avanamverticalmenu_submenu_item ASC |
0.150
ms
|
9 |
Yes
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:726
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1058 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
218 |
SELECT SQL_NO_CACHE 1 FROM `ps_cart_rule` WHERE ((date_to >= "2025-09-23 00:00:00" AND date_to <= "2025-09-23 23:59:59") OR (date_from >= "2025-09-23 00:00:00" AND date_from <= "2025-09-23 23:59:59") OR (date_from < "2025-09-23 00:00:00" AND date_to > "2025-09-23 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
0.149
ms
|
1 |
|
|
/classes/CartRule.php:357
/classes/CartRule.php:389 (haveCartRuleToday)
/classes/CartRule.php:570 (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/PRS5_digitazzlayouts_layout_left_column_tpl/fc/de/76/fcde7660c8738bf138c200f39708b608521d9292_2.file.javascript.tpl.php:65 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17cd1b1_66183391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/a5/90/4c/a5904c1fcacd1fa350122139c08d194b95521472_2.file.head.tpl.php:366 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/a5/90/4c/a5904c1fcacd1fa350122139c08d194b95521472_2.file.head.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a176a749_89286906)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:217 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
357 |
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` = 10) AND (b.`id_shop` = 1) LIMIT 1 |
0.149
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)
/modules/avanamverticalmenu/avanamverticalmenu.php:1107 (getCategoryLink)
/modules/avanamverticalmenu/avanamverticalmenu.php:722 (fomartLink)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
438 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 7
AND c.`id_parent` = 44
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.149
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/avanamsearchbar/avanamsearchbar.php:226 (getChildren)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
444 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 7
AND c.`id_parent` = 47
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.148
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/avanamsearchbar/avanamsearchbar.php:226 (getChildren)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
521 |
SELECT SQL_NO_CACHE psi.*,psil.*
FROM ps_avanamverticalmenu_submenu_item psi
LEFT JOIN ps_avanamverticalmenu_submenu_item_lang psil ON psi.id_avanamverticalmenu_submenu_item = psil.id_avanamverticalmenu_submenu_item
WHERE psi.id_avanamverticalmenu_submenu_column = 4 AND psil.id_lang = 7 AND psi.`active` = 1 ORDER BY psi.position ASC, psi.id_avanamverticalmenu_submenu_item ASC |
0.148
ms
|
9 |
Yes
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:726
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1058 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
268 |
SELECT SQL_NO_CACHE psi.*,psil.*
FROM ps_avanamverticalmenu_submenu_item psi
LEFT JOIN ps_avanamverticalmenu_submenu_item_lang psil ON psi.id_avanamverticalmenu_submenu_item = psil.id_avanamverticalmenu_submenu_item
WHERE psi.id_avanamverticalmenu_submenu_column = 4 AND psil.id_lang = 7 AND psi.`active` = 1 ORDER BY psi.position ASC, psi.id_avanamverticalmenu_submenu_item ASC |
0.147
ms
|
9 |
Yes
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:726
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
455 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 7
AND c.`id_parent` = 14
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.147
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/avanamsearchbar/avanamsearchbar.php:226 (getChildren)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
462 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 7
AND c.`id_parent` = 38
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.147
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/avanamsearchbar/avanamsearchbar.php:226 (getChildren)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
400 |
SELECT SQL_NO_CACHE pi.*, pl.*
FROM ps_avanamegamenu_submenu_column pi
LEFT JOIN `ps_avanamegamenu_submenu_column_lang` pl ON pl.`id_avanamegamenu_submenu_column` = pi.`id_avanamegamenu_submenu_column`
WHERE pi.active = 1 AND pl.id_lang=7 ORDER BY pi.position ASC, pi.id_avanamegamenu_submenu_column ASC |
0.147
ms
|
4 |
Yes
|
|
/modules/avanamegamenu/classes/AvanaMegamenuClass.php:239
/modules/avanamegamenu/avanamegamenu.php:1478 (getMenusCols)
/modules/avanamegamenu/avanamegamenu.php:929 (generateCss)
/modules/avanambuilder/includes/widgets/ava-menu.php:673 (hookDisplayMegamenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
436 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 7
AND c.`id_parent` = 43
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.147
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/avanamsearchbar/avanamsearchbar.php:226 (getChildren)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
442 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 7
AND c.`id_parent` = 45
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.147
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/avanamsearchbar/avanamsearchbar.php:226 (getChildren)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 * FROM `ps_currency` c ORDER BY `iso_code` ASC |
0.146
ms
|
2 |
Yes
|
|
/classes/Currency.php:708
/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:208 (getLocale)
/classes/controller/FrontController.php:284 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
79 |
SELECT SQL_NO_CACHE value FROM ps_avanam_builder_meta WHERE id = 1 AND name = 'elementor_default_generic_fonts' LIMIT 1 |
0.146
ms
|
80 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1320
/modules/avanambuilder/src/Wp_Helper.php:1385 (get_post_meta)
/modules/avanambuilder/core/settings/general/manager.php:114 (get_option)
/modules/avanambuilder/core/settings/base/manager.php:429 (get_saved_settings)
/modules/avanambuilder/core/settings/base/manager.php:124 (create_model)
/modules/avanambuilder/core/settings/general/manager.php:86 (get_model)
/modules/avanambuilder/core/settings/manager.php:175 (get_model_for_config)
/modules/avanambuilder/includes/frontend.php:1103 (get_settings_frontend_config)
/modules/avanambuilder/avanambuilder.php:759 (get_init_settings)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/NewProductsController.php:45 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
408 |
SELECT SQL_NO_CACHE psi.*,psil.*
FROM ps_avanamegamenu_submenu_item psi
LEFT JOIN ps_avanamegamenu_submenu_item_lang psil ON psi.id_avanamegamenu_submenu_item = psil.id_avanamegamenu_submenu_item
WHERE psi.id_avanamegamenu_submenu_column = 18 AND psil.id_lang = 7 AND psi.`active` = 1 ORDER BY psi.position ASC, psi.id_avanamegamenu_submenu_item ASC |
0.146
ms
|
4 |
Yes
|
|
/modules/avanamegamenu/avanamegamenu.php:713
/modules/avanamegamenu/avanamegamenu.php:885 (getColInfoFront)
/modules/avanamegamenu/avanamegamenu.php:952 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:673 (hookDisplayMegamenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
469 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 7
AND c.`id_parent` = 18
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.146
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/avanamsearchbar/avanamsearchbar.php:226 (getChildren)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
382 |
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 7
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 2) LIMIT 1 |
0.145
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:113 (__construct)
/classes/Link.php:657 (__construct)
/var/cache/dev/smarty/compile/PRS5_digitazz/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:145 (getManufacturerLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazz/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazz/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1c107c7_90799760)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/7e/36/29/7e36293a2f8b70c297c892950a5215627d91840c_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1bb1272_86003745)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/64/56/8d/64568d0e5afe302feed1639d984d5d83a1d8a508_2.file.avanamverticalmenu.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1b9cf20_20499565)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2260 (fetch)
/modules/avanamverticalmenu/avanamverticalmenu.php:1030 (display)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
473 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 7
AND c.`id_parent` = 41
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.145
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/avanamsearchbar/avanamsearchbar.php:226 (getChildren)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
515 |
SELECT SQL_NO_CACHE psi.*,psil.*
FROM ps_avanamverticalmenu_submenu_item psi
LEFT JOIN ps_avanamverticalmenu_submenu_item_lang psil ON psi.id_avanamverticalmenu_submenu_item = psil.id_avanamverticalmenu_submenu_item
WHERE psi.id_avanamverticalmenu_submenu_column = 2 AND psil.id_lang = 7 AND psi.`active` = 1 ORDER BY psi.position ASC, psi.id_avanamverticalmenu_submenu_item ASC |
0.145
ms
|
9 |
Yes
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:726
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1058 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
464 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 7
AND c.`id_parent` = 39
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.145
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/avanamsearchbar/avanamsearchbar.php:226 (getChildren)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 l.*, ls.`id_shop`
FROM `ps_lang` l
LEFT JOIN `ps_lang_shop` ls ON (l.id_lang = ls.id_lang) |
0.144
ms
|
4 |
|
|
/classes/Language.php:1080
/config/config.inc.php:143 (loadLanguages)
/index.php:27 (require)
|
7 |
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` = 3
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 6) LIMIT 1 |
0.144
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)
|
26 |
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` = 7
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.144
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:208 (getLocale)
/classes/controller/FrontController.php:284 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
279 |
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` = 7
AND image_shop.`cover` = 1 LIMIT 1 |
0.144
ms
|
7 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
415 |
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` = 5) AND (b.`id_shop` = 1) LIMIT 1 |
0.144
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)
/modules/avanamegamenu/avanamegamenu.php:1093 (getCategoryLink)
/modules/avanamegamenu/avanamegamenu.php:946 (fomartLink)
/modules/avanambuilder/includes/widgets/ava-menu.php:673 (hookDisplayMegamenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
445 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 7
AND c.`id_parent` = 35
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.144
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/avanamsearchbar/avanamsearchbar.php:226 (getChildren)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 7
AND c.`id_parent` = 17
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.144
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/avanamsearchbar/avanamsearchbar.php:226 (getChildren)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
477 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 7
AND c.`id_parent` = 20
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.144
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/avanamsearchbar/avanamsearchbar.php:226 (getChildren)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 7
AND c.`id_parent` = 22
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.144
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/avanamsearchbar/avanamsearchbar.php:226 (getChildren)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
612 |
SELECT SQL_NO_CACHE * FROM `ps_meta` ORDER BY `id_meta` ASC |
0.144
ms
|
48 |
|
|
/modules/gsitemap/gsitemap.php:85
: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)
/modules/avanambuilder/includes/widgets/ava-module.php:145 (getInstanceByName)
/modules/avanambuilder/includes/widgets/ava-module.php:126 (_getModules)
/modules/avanambuilder/includes/widgets/ava-module.php:99 (register_content_controls)
/modules/avanambuilder/includes/base/controls-stack.php:1931 (_register_controls)
/modules/avanambuilder/includes/base/controls-stack.php:515 (init_controls)
/modules/avanambuilder/includes/base/widget-base.php:162 (get_stack)
/modules/avanambuilder/includes/base/controls-stack.php:308 (get_stack)
/modules/avanambuilder/includes/base/controls-stack.php:1966 (get_controls)
/modules/avanambuilder/includes/base/controls-stack.php:1053 (sanitize_settings)
/modules/avanambuilder/includes/base/controls-stack.php:1806 (get_data)
/modules/avanambuilder/core/base/base-object.php:145 (get_init_settings)
/modules/avanambuilder/core/base/base-object.php:53 (ensure_settings)
/modules/avanambuilder/core/files/css/post.php:308 (get_settings)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:125 (render_styles)
/modules/avanambuilder/core/files/css/post.php:310 (add_controls_stack_style_rules)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:125 (render_styles)
/modules/avanambuilder/core/files/css/post.php:310 (add_controls_stack_style_rules)
/modules/avanambuilder/core/files/css/post.php:196 (render_styles)
/modules/avanambuilder/core/files/css/base.php:634 (render_css)
/modules/avanambuilder/core/files/base.php:152 (parse_content)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/avanambuilder/core/files/css/base.php:217 (get_meta)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/core/dynamic-tags/manager.php:434 (enqueue)
:undefined (after_enqueue_post_css)
/modules/avanambuilder/src/Wp_Helper.php:997 (call_user_func_array)
/modules/avanambuilder/core/files/css/base.php:281 (do_action)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/includes/frontend.php:894 (enqueue)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1190 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/1f/c7/f0/1fc7f0a8efb145bdc4bf30f5eafb5c9327ff3a23_2.file.footer.tpl.php:27 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a232d4e3_29217072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:517 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:162 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
621 |
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `ps_product_attribute_combination` pac
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` = 7
)
WHERE pac.`id_product_attribute` = 10
ORDER BY ag.`position` ASC, a.`position` ASC |
0.144
ms
|
1 |
Yes
|
|
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:232
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:178 (getProductVariant)
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:73 (prepareItemFromProduct)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:81 (prepareItemListFromProductList)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:57 (renderProductListing)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:555 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:175 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
17 |
SELECT SQL_NO_CACHE `name`, `alias` FROM `ps_hook_alias` |
0.143
ms
|
87 |
|
|
/classes/Hook.php:290
/classes/Hook.php:321 (getAllHookAliases)
/classes/Hook.php:749 (getHookAliasesFor)
/classes/Hook.php:848 (getHookModuleExecList)
/classes/Dispatcher.php:708 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
466 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 7
AND c.`id_parent` = 40
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.143
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/avanamsearchbar/avanamsearchbar.php:226 (getChildren)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
479 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 7
AND c.`id_parent` = 21
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.143
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/avanamsearchbar/avanamsearchbar.php:226 (getChildren)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
449 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 7
AND c.`id_parent` = 10
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.142
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/avanamsearchbar/avanamsearchbar.php:226 (getChildren)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
451 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 7
AND c.`id_parent` = 11
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.142
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/avanamsearchbar/avanamsearchbar.php:226 (getChildren)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
475 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 7
AND c.`id_parent` = 42
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.142
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/avanamsearchbar/avanamsearchbar.php:226 (getChildren)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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_avanam_builder_related` bc
LEFT JOIN `ps_avanam_builder_related_shop` bcs
ON (bc.`id_avanam_builder_related` = bcs.`id_avanam_builder_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayLeftColumn' LIMIT 1 |
0.142
ms
|
9 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1206
/modules/avanambuilder/avanambuilder.php:738 (getRelatedByKey)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/NewProductsController.php:45 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
459 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 7
AND c.`id_parent` = 16
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.142
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/avanamsearchbar/avanamsearchbar.php:226 (getChildren)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
471 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 7
AND c.`id_parent` = 19
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.142
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/avanamsearchbar/avanamsearchbar.php:226 (getChildren)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
622 |
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `ps_product_attribute_combination` pac
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` = 7
)
WHERE pac.`id_product_attribute` = 31
ORDER BY ag.`position` ASC, a.`position` ASC |
0.142
ms
|
1 |
Yes
|
|
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:232
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:178 (getProductVariant)
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:73 (prepareItemFromProduct)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:81 (prepareItemListFromProductList)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:57 (renderProductListing)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:555 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:175 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
284 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 7) |
0.141
ms
|
4 |
|
|
/classes/Product.php:3860
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
340 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 19) |
0.141
ms
|
3 |
|
|
/classes/Product.php:3860
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
358 |
SELECT SQL_NO_CACHE psi.*,psil.*
FROM ps_avanamverticalmenu_submenu_item psi
LEFT JOIN ps_avanamverticalmenu_submenu_item_lang psil ON psi.id_avanamverticalmenu_submenu_item = psil.id_avanamverticalmenu_submenu_item
WHERE psi.id_avanamverticalmenu_submenu_column = 8 AND psil.id_lang = 7 AND psi.`active` = 1 ORDER BY psi.position ASC, psi.id_avanamverticalmenu_submenu_item ASC |
0.141
ms
|
9 |
Yes
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:726
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 7
AND c.`id_parent` = 46
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.141
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/avanamsearchbar/avanamsearchbar.php:226 (getChildren)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
447 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 7
AND c.`id_parent` = 37
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.141
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/avanamsearchbar/avanamsearchbar.php:226 (getChildren)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
271 |
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` = 4) AND (b.`id_shop` = 1) LIMIT 1 |
0.140
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/modules/avanamverticalmenu/avanamverticalmenu.php:1107 (getCategoryLink)
/modules/avanamverticalmenu/avanamverticalmenu.php:1003 (fomartLink)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
324 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 5) |
0.139
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
453 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 7
AND c.`id_parent` = 12
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.139
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/avanamsearchbar/avanamsearchbar.php:226 (getChildren)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
261 |
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` = 35) AND (b.`id_shop` = 1) LIMIT 1 |
0.138
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/avanamverticalmenu/avanamverticalmenu.php:740 (__construct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
266 |
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` = 37) AND (b.`id_shop` = 1) LIMIT 1 |
0.138
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/avanamverticalmenu/avanamverticalmenu.php:740 (__construct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 *
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` = 34) AND (b.`id_shop` = 1) LIMIT 1 |
0.138
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/avanamverticalmenu/avanamverticalmenu.php:740 (__construct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 psi.*,psil.*
FROM ps_avanamegamenu_submenu_item psi
LEFT JOIN ps_avanamegamenu_submenu_item_lang psil ON psi.id_avanamegamenu_submenu_item = psil.id_avanamegamenu_submenu_item
WHERE psi.id_avanamegamenu_submenu_column = 18 AND psil.id_lang = 7 AND psi.`active` = 1 ORDER BY psi.position ASC, psi.id_avanamegamenu_submenu_item ASC |
0.137
ms
|
4 |
Yes
|
|
/modules/avanamegamenu/avanamegamenu.php:713
/modules/avanamegamenu/avanamegamenu.php:885 (getColInfoFront)
/modules/avanamegamenu/avanamegamenu.php:1000 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:688 (hookDisplayMegamenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 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` = 0 LIMIT 1 |
0.137
ms
|
1 |
|
|
/classes/order/Order.php:877
/classes/CartRule.php:450 (getDiscountsCustomer)
/classes/CartRule.php:570 (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/PRS5_digitazzlayouts_layout_left_column_tpl/fc/de/76/fcde7660c8738bf138c200f39708b608521d9292_2.file.javascript.tpl.php:65 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17cd1b1_66183391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/a5/90/4c/a5904c1fcacd1fa350122139c08d194b95521472_2.file.head.tpl.php:366 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/a5/90/4c/a5904c1fcacd1fa350122139c08d194b95521472_2.file.head.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a176a749_89286906)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:217 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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_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` = 1) AND (b.`id_shop` = 1) LIMIT 1 |
0.136
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/avanamsearchbar/avanamsearchbar.php:221 (__construct)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
614 |
SELECT SQL_NO_CACHE mc.*
FROM `ps_module_currency` mc
WHERE (mc.`id_module` = 70) AND (mc.`id_shop` = 1) |
0.136
ms
|
1 |
|
|
/classes/Currency.php:853
/modules/ps_checkpayment/ps_checkpayment.php:72 (checkPaymentCurrencies)
: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)
/modules/avanambuilder/includes/widgets/ava-module.php:145 (getInstanceByName)
/modules/avanambuilder/includes/widgets/ava-module.php:126 (_getModules)
/modules/avanambuilder/includes/widgets/ava-module.php:99 (register_content_controls)
/modules/avanambuilder/includes/base/controls-stack.php:1931 (_register_controls)
/modules/avanambuilder/includes/base/controls-stack.php:515 (init_controls)
/modules/avanambuilder/includes/base/widget-base.php:162 (get_stack)
/modules/avanambuilder/includes/base/controls-stack.php:308 (get_stack)
/modules/avanambuilder/includes/base/controls-stack.php:1966 (get_controls)
/modules/avanambuilder/includes/base/controls-stack.php:1053 (sanitize_settings)
/modules/avanambuilder/includes/base/controls-stack.php:1806 (get_data)
/modules/avanambuilder/core/base/base-object.php:145 (get_init_settings)
/modules/avanambuilder/core/base/base-object.php:53 (ensure_settings)
/modules/avanambuilder/core/files/css/post.php:308 (get_settings)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:125 (render_styles)
/modules/avanambuilder/core/files/css/post.php:310 (add_controls_stack_style_rules)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:125 (render_styles)
/modules/avanambuilder/core/files/css/post.php:310 (add_controls_stack_style_rules)
/modules/avanambuilder/core/files/css/post.php:196 (render_styles)
/modules/avanambuilder/core/files/css/base.php:634 (render_css)
/modules/avanambuilder/core/files/base.php:152 (parse_content)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/avanambuilder/core/files/css/base.php:217 (get_meta)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/core/dynamic-tags/manager.php:434 (enqueue)
:undefined (after_enqueue_post_css)
/modules/avanambuilder/src/Wp_Helper.php:997 (call_user_func_array)
/modules/avanambuilder/core/files/css/base.php:281 (do_action)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/includes/frontend.php:894 (enqueue)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1190 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/1f/c7/f0/1fc7f0a8efb145bdc4bf30f5eafb5c9327ff3a23_2.file.footer.tpl.php:27 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a232d4e3_29217072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:517 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:162 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
568 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 16) AND (id_product_attribute = 35) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.135
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:44 (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/PRS5_digitazzlayouts_layout_left_column_tpl/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a2289a19_70168846)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:363 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a22558a1_32702769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/7e/36/29/7e36293a2f8b70c297c892950a5215627d91840c_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21f6273_42342327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/4f/68/644f682ce5bfcfe20e6ce273e7cb11ce89d3e759_2.file.productlist.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21e9ae1_24155853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c9/ec/c1/c9ecc1d7582e75eade6b01e82b60c1b1eb2da433_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21d1795_85014885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:123 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:218 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:145 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
586 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 13) AND (id_product_attribute = 9) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.135
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:44 (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/PRS5_digitazzlayouts_layout_left_column_tpl/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a2289a19_70168846)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:363 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a22558a1_32702769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/7e/36/29/7e36293a2f8b70c297c892950a5215627d91840c_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21f6273_42342327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/4f/68/644f682ce5bfcfe20e6ce273e7cb11ce89d3e759_2.file.productlist.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21e9ae1_24155853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c9/ec/c1/c9ecc1d7582e75eade6b01e82b60c1b1eb2da433_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21d1795_85014885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:123 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:218 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:145 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
257 |
SELECT SQL_NO_CACHE sc.*, scl.title, scl.custom_link
FROM ps_avanamverticalmenu_submenu_column sc
LEFT JOIN ps_avanamverticalmenu_submenu_column_lang scl ON (sc.id_avanamverticalmenu_submenu_column = scl.id_avanamverticalmenu_submenu_column)
WHERE sc.id_row = 2 AND scl.`id_lang` = 7 AND sc.`active` = 1
ORDER BY sc.position ASC, sc.id_avanamverticalmenu_submenu_column ASC |
0.134
ms
|
6 |
Yes
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:707
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 COUNT(*) FROM `ps_pack` WHERE id_product_pack = 16 LIMIT 1 |
0.133
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5797 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
489 |
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "index"
OR m.page = "index"
)
AND ml.id_lang = 7
AND ml.id_shop = 1 LIMIT 1 |
0.133
ms
|
1 |
|
|
/classes/Meta.php:184
/modules/avanamegamenu/avanamegamenu.php:1134 (getMetaByPage)
/modules/avanamegamenu/avanamegamenu.php:709 (fomartLink)
/modules/avanamegamenu/avanamegamenu.php:885 (getColInfoFront)
/modules/avanamegamenu/avanamegamenu.php:1000 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:688 (hookDisplayMegamenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
565 |
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` = 7 LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/Category.php:1373
/classes/Product.php:758 (getLinkRewrite)
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:44 (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/PRS5_digitazzlayouts_layout_left_column_tpl/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a2289a19_70168846)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:363 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a22558a1_32702769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/7e/36/29/7e36293a2f8b70c297c892950a5215627d91840c_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21f6273_42342327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/4f/68/644f682ce5bfcfe20e6ce273e7cb11ce89d3e759_2.file.productlist.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21e9ae1_24155853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c9/ec/c1/c9ecc1d7582e75eade6b01e82b60c1b1eb2da433_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21d1795_85014885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:123 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:218 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:145 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
9 |
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` = 7) LIMIT 1 |
0.132
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)
|
276 |
SELECT SQL_NO_CACHE sc.*, scl.title, scl.custom_link
FROM ps_avanamverticalmenu_submenu_column sc
LEFT JOIN ps_avanamverticalmenu_submenu_column_lang scl ON (sc.id_avanamverticalmenu_submenu_column = scl.id_avanamverticalmenu_submenu_column)
WHERE sc.id_row = 3 AND scl.`id_lang` = 7 AND sc.`active` = 1
ORDER BY sc.position ASC, sc.id_avanamverticalmenu_submenu_column ASC |
0.132
ms
|
6 |
Yes
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:707
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
461 |
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` = 38) AND (b.`id_shop` = 1) LIMIT 1 |
0.132
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/avanamsearchbar/avanamsearchbar.php:221 (__construct)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
476 |
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` = 20) AND (b.`id_shop` = 1) LIMIT 1 |
0.132
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/avanamsearchbar/avanamsearchbar.php:221 (__construct)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
617 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 6 LIMIT 1 |
0.132
ms
|
1 |
|
|
/classes/Country.php:402
/classes/AddressFormat.php:634 (isNeedDniByCountryId)
/classes/AddressFormat.php:615 (getFormat)
/classes/AddressFormat.php:562 (getAddressCountryFormat)
/classes/AddressFormat.php:438 (getOrderedAddressFields)
/modules/ps_contactinfo/ps_contactinfo.php:91 (generateAddress)
/modules/ps_contactinfo/ps_contactinfo.php:83 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-module.php:182 (renderWidget)
/modules/avanambuilder/includes/widgets/ava-module.php:167 (_renderModule)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1190 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/1f/c7/f0/1fc7f0a8efb145bdc4bf30f5eafb5c9327ff3a23_2.file.footer.tpl.php:27 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a232d4e3_29217072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:517 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:162 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 psi.*,psil.*
FROM ps_avanamverticalmenu_submenu_item psi
LEFT JOIN ps_avanamverticalmenu_submenu_item_lang psil ON psi.id_avanamverticalmenu_submenu_item = psil.id_avanamverticalmenu_submenu_item
WHERE psi.id_avanamverticalmenu_submenu_column = 5 AND psil.id_lang = 7 AND psi.`active` = 1 ORDER BY psi.position ASC, psi.id_avanamverticalmenu_submenu_item ASC |
0.131
ms
|
9 |
Yes
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:726
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
600 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 8) AND (id_product_attribute = 30) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.131
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:44 (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/PRS5_digitazzlayouts_layout_left_column_tpl/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a2289a19_70168846)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:363 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a22558a1_32702769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/7e/36/29/7e36293a2f8b70c297c892950a5215627d91840c_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21f6273_42342327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/4f/68/644f682ce5bfcfe20e6ce273e7cb11ce89d3e759_2.file.productlist.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21e9ae1_24155853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c9/ec/c1/c9ecc1d7582e75eade6b01e82b60c1b1eb2da433_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21d1795_85014885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:123 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:218 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:145 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
307 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 10) |
0.130
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
335 |
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` = 19
AND image_shop.`cover` = 1 LIMIT 1 |
0.130
ms
|
7 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 7
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 1) LIMIT 1 |
0.130
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:113 (__construct)
/classes/Link.php:657 (__construct)
/var/cache/dev/smarty/compile/PRS5_digitazz/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:145 (getManufacturerLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazz/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazz/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1c107c7_90799760)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/7e/36/29/7e36293a2f8b70c297c892950a5215627d91840c_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1bb1272_86003745)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/64/56/8d/64568d0e5afe302feed1639d984d5d83a1d8a508_2.file.avanamverticalmenu.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1b9cf20_20499565)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2260 (fetch)
/modules/avanamverticalmenu/avanamverticalmenu.php:1030 (display)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
414 |
SELECT SQL_NO_CACHE psi.*,psil.*
FROM ps_avanamegamenu_submenu_item psi
LEFT JOIN ps_avanamegamenu_submenu_item_lang psil ON psi.id_avanamegamenu_submenu_item = psil.id_avanamegamenu_submenu_item
WHERE psi.id_avanamegamenu_submenu_column = 10 AND psil.id_lang = 7 AND psi.`active` = 1 ORDER BY psi.position ASC, psi.id_avanamegamenu_submenu_item ASC |
0.130
ms
|
4 |
Yes
|
|
/modules/avanamegamenu/avanamegamenu.php:713
/modules/avanamegamenu/avanamegamenu.php:885 (getColInfoFront)
/modules/avanamegamenu/avanamegamenu.php:952 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:673 (hookDisplayMegamenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 *
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` = 43) AND (b.`id_shop` = 1) LIMIT 1 |
0.130
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/avanamsearchbar/avanamsearchbar.php:221 (__construct)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
488 |
SELECT SQL_NO_CACHE sc.*, scl.title, scl.custom_link
FROM ps_avanamegamenu_submenu_column sc
LEFT JOIN ps_avanamegamenu_submenu_column_lang scl ON (sc.id_avanamegamenu_submenu_column = scl.id_avanamegamenu_submenu_column)
WHERE sc.id_row = 7 AND scl.`id_lang` = 7 AND sc.`active` = 1
ORDER BY sc.position ASC, sc.id_avanamegamenu_submenu_column ASC |
0.130
ms
|
4 |
Yes
|
|
/modules/avanamegamenu/avanamegamenu.php:694
/modules/avanamegamenu/avanamegamenu.php:885 (getColInfoFront)
/modules/avanamegamenu/avanamegamenu.php:1000 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:688 (hookDisplayMegamenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
587 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 13) AND (id_product_attribute = 11) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.130
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:44 (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/PRS5_digitazzlayouts_layout_left_column_tpl/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a2289a19_70168846)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:363 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a22558a1_32702769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/7e/36/29/7e36293a2f8b70c297c892950a5215627d91840c_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21f6273_42342327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/4f/68/644f682ce5bfcfe20e6ce273e7cb11ce89d3e759_2.file.productlist.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21e9ae1_24155853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c9/ec/c1/c9ecc1d7582e75eade6b01e82b60c1b1eb2da433_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21d1795_85014885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:123 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:218 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:145 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
208 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 13 |
0.129
ms
|
5 |
|
|
/classes/Product.php:2899
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:683 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
293 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 7 AND pa.`id_product` = 7 AND pa.`id_product_attribute` = 63 LIMIT 1 |
0.129
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5817 (getAvailableDate)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 *
FROM `ps_product_lang`
WHERE `id_product` = 7 AND `id_shop` = 1 |
0.129
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/PRS5_digitazz/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:44 (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/PRS5_digitazz/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1c39660_78978467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:363 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazz/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1c107c7_90799760)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/7e/36/29/7e36293a2f8b70c297c892950a5215627d91840c_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1bb1272_86003745)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/64/56/8d/64568d0e5afe302feed1639d984d5d83a1d8a508_2.file.avanamverticalmenu.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1b9cf20_20499565)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2260 (fetch)
/modules/avanamverticalmenu/avanamverticalmenu.php:1030 (display)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 *
FROM `ps_product_lang`
WHERE `id_product` = 19 AND `id_shop` = 1 |
0.129
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/PRS5_digitazz/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:44 (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/PRS5_digitazz/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1c39660_78978467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:363 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazz/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1c107c7_90799760)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/7e/36/29/7e36293a2f8b70c297c892950a5215627d91840c_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1bb1272_86003745)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/64/56/8d/64568d0e5afe302feed1639d984d5d83a1d8a508_2.file.avanamverticalmenu.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1b9cf20_20499565)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2260 (fetch)
/modules/avanamverticalmenu/avanamverticalmenu.php:1030 (display)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
529 |
SELECT SQL_NO_CACHE psi.*,psil.*
FROM ps_avanamverticalmenu_submenu_item psi
LEFT JOIN ps_avanamverticalmenu_submenu_item_lang psil ON psi.id_avanamverticalmenu_submenu_item = psil.id_avanamverticalmenu_submenu_item
WHERE psi.id_avanamverticalmenu_submenu_column = 5 AND psil.id_lang = 7 AND psi.`active` = 1 ORDER BY psi.position ASC, psi.id_avanamverticalmenu_submenu_item ASC |
0.129
ms
|
9 |
Yes
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:726
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1058 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
570 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 16) AND (id_product_attribute = 38) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.129
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:44 (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/PRS5_digitazzlayouts_layout_left_column_tpl/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a2289a19_70168846)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:363 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a22558a1_32702769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/7e/36/29/7e36293a2f8b70c297c892950a5215627d91840c_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21f6273_42342327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/4f/68/644f682ce5bfcfe20e6ce273e7cb11ce89d3e759_2.file.productlist.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21e9ae1_24155853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c9/ec/c1/c9ecc1d7582e75eade6b01e82b60c1b1eb2da433_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21d1795_85014885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:123 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:218 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:145 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
615 |
SELECT SQL_NO_CACHE psgdpr.active FROM `ps_psgdpr_consent` psgdpr
WHERE psgdpr.id_module = 19 LIMIT 1 |
0.129
ms
|
4 |
|
|
/modules/psgdpr/classes/GDPRConsent.php:130
/modules/psgdpr/psgdpr.php:683 (getConsentActive)
/classes/Hook.php:1083 (hookDisplayGDPRConsent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS5_digitazz/30/7d/c6/307dc6bd4724d29d1572cc301dd7148e962604ef_2.module.ps_emailsubscriptionviewstemplateshookps_emailsubscription.tpl.php:83 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349daf5998_28132569)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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/ps_emailsubscription/ps_emailsubscription.php:902 (fetch)
/modules/avanambuilder/includes/widgets/ava-module.php:182 (renderWidget)
/modules/avanambuilder/includes/widgets/ava-module.php:167 (_renderModule)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1190 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/1f/c7/f0/1fc7f0a8efb145bdc4bf30f5eafb5c9327ff3a23_2.file.footer.tpl.php:27 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a232d4e3_29217072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:517 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:162 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
264 |
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` = 36) AND (b.`id_shop` = 1) LIMIT 1 |
0.128
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/avanamverticalmenu/avanamverticalmenu.php:740 (__construct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
450 |
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` = 11) AND (b.`id_shop` = 1) LIMIT 1 |
0.128
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/avanamsearchbar/avanamsearchbar.php:221 (__construct)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
472 |
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` = 41) AND (b.`id_shop` = 1) LIMIT 1 |
0.128
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/avanamsearchbar/avanamsearchbar.php:221 (__construct)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
556 |
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` = 7 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.128
ms
|
1 |
|
|
/classes/Category.php:1584
/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/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:429 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:140 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
465 |
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` = 40) AND (b.`id_shop` = 1) LIMIT 1 |
0.128
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/avanamsearchbar/avanamsearchbar.php:221 (__construct)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
458 |
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` = 16) AND (b.`id_shop` = 1) LIMIT 1 |
0.127
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/avanamsearchbar/avanamsearchbar.php:221 (__construct)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
588 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 13) AND (id_product_attribute = 12) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.127
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:44 (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/PRS5_digitazzlayouts_layout_left_column_tpl/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a2289a19_70168846)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:363 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a22558a1_32702769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/7e/36/29/7e36293a2f8b70c297c892950a5215627d91840c_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21f6273_42342327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/4f/68/644f682ce5bfcfe20e6ce273e7cb11ce89d3e759_2.file.productlist.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21e9ae1_24155853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c9/ec/c1/c9ecc1d7582e75eade6b01e82b60c1b1eb2da433_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21d1795_85014885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:123 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:218 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:145 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
468 |
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` = 18) AND (b.`id_shop` = 1) LIMIT 1 |
0.127
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/avanamsearchbar/avanamsearchbar.php:221 (__construct)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 1 FROM `ps_specific_price` WHERE id_product = 13 LIMIT 1 |
0.126
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
302 |
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` = 10
AND image_shop.`cover` = 1 LIMIT 1 |
0.126
ms
|
7 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
318 |
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` = 5
AND image_shop.`cover` = 1 LIMIT 1 |
0.126
ms
|
6 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 *
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` = 47) AND (b.`id_shop` = 1) LIMIT 1 |
0.126
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/avanamsearchbar/avanamsearchbar.php:221 (__construct)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
456 |
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` = 15) AND (b.`id_shop` = 1) LIMIT 1 |
0.126
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/avanamsearchbar/avanamsearchbar.php:221 (__construct)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
528 |
SELECT SQL_NO_CACHE sc.*, scl.title, scl.custom_link
FROM ps_avanamverticalmenu_submenu_column sc
LEFT JOIN ps_avanamverticalmenu_submenu_column_lang scl ON (sc.id_avanamverticalmenu_submenu_column = scl.id_avanamverticalmenu_submenu_column)
WHERE sc.id_row = 3 AND scl.`id_lang` = 7 AND sc.`active` = 1
ORDER BY sc.position ASC, sc.id_avanamverticalmenu_submenu_column ASC |
0.126
ms
|
6 |
Yes
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:707
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1058 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 37 |
0.126
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
463 |
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` = 39) AND (b.`id_shop` = 1) LIMIT 1 |
0.126
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/avanamsearchbar/avanamsearchbar.php:221 (__construct)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
478 |
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` = 21) AND (b.`id_shop` = 1) LIMIT 1 |
0.126
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/avanamsearchbar/avanamsearchbar.php:221 (__construct)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
481 |
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` = 22) AND (b.`id_shop` = 1) LIMIT 1 |
0.126
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/avanamsearchbar/avanamsearchbar.php:221 (__construct)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
362 |
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` = 14) AND (b.`id_shop` = 1) LIMIT 1 |
0.125
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)
/modules/avanamverticalmenu/avanamverticalmenu.php:1107 (getCategoryLink)
/modules/avanamverticalmenu/avanamverticalmenu.php:1003 (fomartLink)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
78 |
SELECT SQL_NO_CACHE value FROM ps_avanam_builder_meta WHERE id = 1 AND name = 'elementor_default_generic_fonts' LIMIT 1 |
0.125
ms
|
80 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1320
/modules/avanambuilder/src/Wp_Helper.php:1385 (get_post_meta)
/modules/avanambuilder/core/settings/general/manager.php:111 (get_option)
/modules/avanambuilder/core/settings/base/manager.php:429 (get_saved_settings)
/modules/avanambuilder/core/settings/base/manager.php:124 (create_model)
/modules/avanambuilder/core/settings/general/manager.php:86 (get_model)
/modules/avanambuilder/core/settings/manager.php:175 (get_model_for_config)
/modules/avanambuilder/includes/frontend.php:1103 (get_settings_frontend_config)
/modules/avanambuilder/avanambuilder.php:759 (get_init_settings)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/NewProductsController.php:45 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
203 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 16 |
0.125
ms
|
8 |
|
|
/classes/Product.php:2899
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:683 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
422 |
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` = 6) AND (b.`id_shop` = 1) LIMIT 1 |
0.125
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)
/modules/avanamegamenu/avanamegamenu.php:1093 (getCategoryLink)
/modules/avanamegamenu/avanamegamenu.php:946 (fomartLink)
/modules/avanambuilder/includes/widgets/ava-menu.php:673 (hookDisplayMegamenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
470 |
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` = 19) AND (b.`id_shop` = 1) LIMIT 1 |
0.125
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/avanamsearchbar/avanamsearchbar.php:221 (__construct)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
574 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 16) AND (id_product_attribute = 42) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.125
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:44 (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/PRS5_digitazzlayouts_layout_left_column_tpl/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a2289a19_70168846)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:363 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a22558a1_32702769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/7e/36/29/7e36293a2f8b70c297c892950a5215627d91840c_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21f6273_42342327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/4f/68/644f682ce5bfcfe20e6ce273e7cb11ce89d3e759_2.file.productlist.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21e9ae1_24155853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c9/ec/c1/c9ecc1d7582e75eade6b01e82b60c1b1eb2da433_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21d1795_85014885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:123 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:218 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:145 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 COUNT(*) FROM `ps_pack` WHERE id_product_pack = 13 LIMIT 1 |
0.124
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5797 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
11 |
SELECT SQL_NO_CACHE domain, domain_ssl
FROM ps_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
0.124
ms
|
1 |
|
|
/classes/shop/ShopUrl.php:178
/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)
|
359 |
SELECT SQL_NO_CACHE sc.*, scl.title, scl.custom_link
FROM ps_avanamverticalmenu_submenu_column sc
LEFT JOIN ps_avanamverticalmenu_submenu_column_lang scl ON (sc.id_avanamverticalmenu_submenu_column = scl.id_avanamverticalmenu_submenu_column)
WHERE sc.id_row = 6 AND scl.`id_lang` = 7 AND sc.`active` = 1
ORDER BY sc.position ASC, sc.id_avanamverticalmenu_submenu_column ASC |
0.124
ms
|
6 |
Yes
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:707
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
474 |
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` = 42) AND (b.`id_shop` = 1) LIMIT 1 |
0.124
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/avanamsearchbar/avanamsearchbar.php:221 (__construct)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
138 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 16 AND id_shop=1 LIMIT 1 |
0.123
ms
|
1 |
|
|
/classes/Product.php:6873
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
201 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 31 |
0.123
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
205 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.123
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Core/Image/ImageFormatConfiguration.php:69 (isEnabled)
/src/Adapter/Image/ImageRetriever.php:209 (getGenerationFormats)
/src/Adapter/Image/ImageRetriever.php:111 (getImage)
:undefined (PrestaShop\PrestaShop\Adapter\Image\{closure})
/src/Adapter/Image/ImageRetriever.php:104 (array_map)
/src/Adapter/Presenter/Product/ProductLazyArray.php:683 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
296 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 63) LIMIT 1 |
0.123
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
360 |
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` = 23) AND (b.`id_shop` = 1) LIMIT 1 |
0.123
ms
|
0 |
|
|
/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)
/modules/avanamverticalmenu/avanamverticalmenu.php:1107 (getCategoryLink)
/modules/avanamverticalmenu/avanamverticalmenu.php:1003 (fomartLink)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
407 |
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "index"
OR m.page = "index"
)
AND ml.id_lang = 7
AND ml.id_shop = 1 LIMIT 1 |
0.123
ms
|
1 |
|
|
/classes/Meta.php:184
/modules/avanamegamenu/avanamegamenu.php:1134 (getMetaByPage)
/modules/avanamegamenu/avanamegamenu.php:709 (fomartLink)
/modules/avanamegamenu/avanamegamenu.php:885 (getColInfoFront)
/modules/avanamegamenu/avanamegamenu.php:952 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:673 (hookDisplayMegamenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 psi.*,psil.*
FROM ps_avanamegamenu_submenu_item psi
LEFT JOIN ps_avanamegamenu_submenu_item_lang psil ON psi.id_avanamegamenu_submenu_item = psil.id_avanamegamenu_submenu_item
WHERE psi.id_avanamegamenu_submenu_column = 12 AND psil.id_lang = 7 AND psi.`active` = 1 ORDER BY psi.position ASC, psi.id_avanamegamenu_submenu_item ASC |
0.123
ms
|
4 |
Yes
|
|
/modules/avanamegamenu/avanamegamenu.php:713
/modules/avanamegamenu/avanamegamenu.php:885 (getColInfoFront)
/modules/avanamegamenu/avanamegamenu.php:952 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:673 (hookDisplayMegamenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
428 |
SELECT SQL_NO_CACHE psi.*,psil.*
FROM ps_avanamegamenu_submenu_item psi
LEFT JOIN ps_avanamegamenu_submenu_item_lang psil ON psi.id_avanamegamenu_submenu_item = psil.id_avanamegamenu_submenu_item
WHERE psi.id_avanamegamenu_submenu_column = 13 AND psil.id_lang = 7 AND psi.`active` = 1 ORDER BY psi.position ASC, psi.id_avanamegamenu_submenu_item ASC |
0.123
ms
|
4 |
Yes
|
|
/modules/avanamegamenu/avanamegamenu.php:713
/modules/avanamegamenu/avanamegamenu.php:885 (getColInfoFront)
/modules/avanamegamenu/avanamegamenu.php:952 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:673 (hookDisplayMegamenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 *
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` = 44) AND (b.`id_shop` = 1) LIMIT 1 |
0.123
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/avanamsearchbar/avanamsearchbar.php:221 (__construct)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
496 |
SELECT SQL_NO_CACHE psi.*,psil.*
FROM ps_avanamegamenu_submenu_item psi
LEFT JOIN ps_avanamegamenu_submenu_item_lang psil ON psi.id_avanamegamenu_submenu_item = psil.id_avanamegamenu_submenu_item
WHERE psi.id_avanamegamenu_submenu_column = 10 AND psil.id_lang = 7 AND psi.`active` = 1 ORDER BY psi.position ASC, psi.id_avanamegamenu_submenu_item ASC |
0.123
ms
|
4 |
Yes
|
|
/modules/avanamegamenu/avanamegamenu.php:713
/modules/avanamegamenu/avanamegamenu.php:885 (getColInfoFront)
/modules/avanamegamenu/avanamegamenu.php:1000 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:688 (hookDisplayMegamenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
573 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 16) AND (id_product_attribute = 41) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.123
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:44 (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/PRS5_digitazzlayouts_layout_left_column_tpl/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a2289a19_70168846)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:363 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a22558a1_32702769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/7e/36/29/7e36293a2f8b70c297c892950a5215627d91840c_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21f6273_42342327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/4f/68/644f682ce5bfcfe20e6ce273e7cb11ce89d3e759_2.file.productlist.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21e9ae1_24155853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c9/ec/c1/c9ecc1d7582e75eade6b01e82b60c1b1eb2da433_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21d1795_85014885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:123 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:218 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:145 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
618 |
SELECT SQL_NO_CACHE data
FROM `ps_ganalytics_data`
WHERE id_cart = 0
AND id_shop = 1 LIMIT 1 |
0.123
ms
|
0 |
|
|
/modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php:39
/modules/ps_googleanalytics/classes/Handler/GanalyticsDataHandler.php:51 (findDataByCartIdAndShopId)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:267 (readData)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:54 (outputStoredEvents)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:555 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:175 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 *
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` = 7) AND (b.`id_shop` = 1) LIMIT 1 |
0.122
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)
/modules/avanamegamenu/avanamegamenu.php:1093 (getCategoryLink)
/modules/avanamegamenu/avanamegamenu.php:946 (fomartLink)
/modules/avanambuilder/includes/widgets/ava-menu.php:673 (hookDisplayMegamenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
439 |
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` = 46) AND (b.`id_shop` = 1) LIMIT 1 |
0.122
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/avanamsearchbar/avanamsearchbar.php:221 (__construct)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
508 |
SELECT SQL_NO_CACHE psi.*,psil.*
FROM ps_avanamegamenu_submenu_item psi
LEFT JOIN ps_avanamegamenu_submenu_item_lang psil ON psi.id_avanamegamenu_submenu_item = psil.id_avanamegamenu_submenu_item
WHERE psi.id_avanamegamenu_submenu_column = 13 AND psil.id_lang = 7 AND psi.`active` = 1 ORDER BY psi.position ASC, psi.id_avanamegamenu_submenu_item ASC |
0.122
ms
|
4 |
Yes
|
|
/modules/avanamegamenu/avanamegamenu.php:713
/modules/avanamegamenu/avanamegamenu.php:885 (getColInfoFront)
/modules/avanamegamenu/avanamegamenu.php:1000 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:688 (hookDisplayMegamenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
545 |
SELECT SQL_NO_CACHE sc.*, scl.title, scl.custom_link
FROM ps_avanamverticalmenu_submenu_column sc
LEFT JOIN ps_avanamverticalmenu_submenu_column_lang scl ON (sc.id_avanamverticalmenu_submenu_column = scl.id_avanamverticalmenu_submenu_column)
WHERE sc.id_row = 6 AND scl.`id_lang` = 7 AND sc.`active` = 1
ORDER BY sc.position ASC, sc.id_avanamverticalmenu_submenu_column ASC |
0.122
ms
|
6 |
Yes
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:707
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1058 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
572 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 16) AND (id_product_attribute = 40) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.122
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:44 (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/PRS5_digitazzlayouts_layout_left_column_tpl/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a2289a19_70168846)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:363 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a22558a1_32702769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/7e/36/29/7e36293a2f8b70c297c892950a5215627d91840c_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21f6273_42342327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/4f/68/644f682ce5bfcfe20e6ce273e7cb11ce89d3e759_2.file.productlist.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21e9ae1_24155853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c9/ec/c1/c9ecc1d7582e75eade6b01e82b60c1b1eb2da433_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21d1795_85014885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:123 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:218 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:145 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 * FROM `ps_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.122
ms
|
7 |
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/NewProductsController.php:45 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
546 |
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` = 23) AND (b.`id_shop` = 1) LIMIT 1 |
0.122
ms
|
0 |
|
|
/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)
/modules/avanamverticalmenu/avanamverticalmenu.php:1107 (getCategoryLink)
/modules/avanamverticalmenu/avanamverticalmenu.php:1052 (fomartLink)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
148 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 16) AND (id_product_attribute = 37) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.121
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5809 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
211 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 8 |
0.121
ms
|
5 |
|
|
/classes/Product.php:2899
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:683 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
452 |
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` = 12) AND (b.`id_shop` = 1) LIMIT 1 |
0.121
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/avanamsearchbar/avanamsearchbar.php:221 (__construct)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
603 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 8) AND (id_product_attribute = 34) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.121
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:44 (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/PRS5_digitazzlayouts_layout_left_column_tpl/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a2289a19_70168846)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:363 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a22558a1_32702769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/7e/36/29/7e36293a2f8b70c297c892950a5215627d91840c_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21f6273_42342327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/4f/68/644f682ce5bfcfe20e6ce273e7cb11ce89d3e759_2.file.productlist.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21e9ae1_24155853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c9/ec/c1/c9ecc1d7582e75eade6b01e82b60c1b1eb2da433_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21d1795_85014885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:123 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:218 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:145 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 *
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` = 17) AND (b.`id_shop` = 1) LIMIT 1 |
0.121
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/modules/avanamverticalmenu/avanamverticalmenu.php:1107 (getCategoryLink)
/modules/avanamverticalmenu/avanamverticalmenu.php:1003 (fomartLink)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
571 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 16) AND (id_product_attribute = 39) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.121
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:44 (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/PRS5_digitazzlayouts_layout_left_column_tpl/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a2289a19_70168846)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:363 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a22558a1_32702769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/7e/36/29/7e36293a2f8b70c297c892950a5215627d91840c_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21f6273_42342327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/4f/68/644f682ce5bfcfe20e6ce273e7cb11ce89d3e759_2.file.productlist.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21e9ae1_24155853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c9/ec/c1/c9ecc1d7582e75eade6b01e82b60c1b1eb2da433_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21d1795_85014885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:123 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:218 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:145 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 * FROM `ps_templatemelacore_custom_fonts` WHERE `active` = 1 GROUP BY title |
0.120
ms
|
1 |
Yes
|
Yes
|
/modules/templatemelacore/templatemelacore.php:4228
/modules/templatemelacore/templatemelacore.php:3172 (get_fonts)
/modules/templatemelacore/templatemelacore.php:3436 (StandardFont)
/modules/templatemelacore/templatemelacore.php:3294 (renderOptions)
/modules/templatemelacore/templatemelacore.php:3635 (_prepHook)
/classes/Hook.php:1083 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:1004 (exec)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
0 |
SELECT SQL_NO_CACHE * FROM ps_memcached_servers |
0.120
ms
|
1 |
|
|
/classes/cache/CacheMemcached.php:263
/classes/cache/CacheMemcached.php:73 (getMemcachedServers)
/classes/cache/CacheMemcached.php:43 (connect)
/classes/cache/Cache.php:186 (__construct)
/classes/db/Db.php:596 (getInstance)
/classes/shop/Shop.php:1364 (executeS)
/classes/shop/Shop.php:355 (findShopByHost)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
146 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 16) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.120
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5797 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
178 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 10 |
0.120
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
352 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 74) LIMIT 1 |
0.120
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 sc.*, scl.title, scl.custom_link
FROM ps_avanamegamenu_submenu_column sc
LEFT JOIN ps_avanamegamenu_submenu_column_lang scl ON (sc.id_avanamegamenu_submenu_column = scl.id_avanamegamenu_submenu_column)
WHERE sc.id_row = 3 AND scl.`id_lang` = 7 AND sc.`active` = 1
ORDER BY sc.position ASC, sc.id_avanamegamenu_submenu_column ASC |
0.120
ms
|
4 |
Yes
|
|
/modules/avanamegamenu/avanamegamenu.php:694
/modules/avanamegamenu/avanamegamenu.php:885 (getColInfoFront)
/modules/avanamegamenu/avanamegamenu.php:952 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:673 (hookDisplayMegamenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
441 |
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` = 45) AND (b.`id_shop` = 1) LIMIT 1 |
0.120
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/avanamsearchbar/avanamsearchbar.php:221 (__construct)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
569 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 16) AND (id_product_attribute = 36) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.120
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:44 (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/PRS5_digitazzlayouts_layout_left_column_tpl/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a2289a19_70168846)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:363 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a22558a1_32702769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/7e/36/29/7e36293a2f8b70c297c892950a5215627d91840c_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21f6273_42342327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/4f/68/644f682ce5bfcfe20e6ce273e7cb11ce89d3e759_2.file.productlist.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21e9ae1_24155853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c9/ec/c1/c9ecc1d7582e75eade6b01e82b60c1b1eb2da433_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21d1795_85014885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:123 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:218 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:145 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
601 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 8) AND (id_product_attribute = 32) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.120
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:44 (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/PRS5_digitazzlayouts_layout_left_column_tpl/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a2289a19_70168846)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:363 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a22558a1_32702769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/7e/36/29/7e36293a2f8b70c297c892950a5215627d91840c_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21f6273_42342327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/4f/68/644f682ce5bfcfe20e6ce273e7cb11ce89d3e759_2.file.productlist.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21e9ae1_24155853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c9/ec/c1/c9ecc1d7582e75eade6b01e82b60c1b1eb2da433_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21d1795_85014885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:123 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:218 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:145 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 * FROM `ps_hook_module_exceptions`
WHERE `id_shop` IN (1) |
0.119
ms
|
1 |
|
|
/classes/module/Module.php:2046
/classes/Hook.php:935 (getExceptionsStatic)
/classes/Dispatcher.php:351 (exec)
/index.php:28 (dispatch)
|
161 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 10 LIMIT 1 |
0.119
ms
|
1 |
|
|
/classes/Combination.php:560
/classes/Product.php:5678 (getPrice)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
172 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 13) AND (id_product_attribute = 10) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.119
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5809 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
184 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 31 LIMIT 1 |
0.119
ms
|
1 |
|
|
/classes/Combination.php:560
/classes/Product.php:5678 (getPrice)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
349 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 19 AND pa.`id_product` = 19 AND pa.`id_product_attribute` = 74 LIMIT 1 |
0.119
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5817 (getAvailableDate)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
363 |
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` = 8) AND (b.`id_shop` = 1) LIMIT 1 |
0.119
ms
|
0 |
|
|
/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)
/modules/avanamverticalmenu/avanamverticalmenu.php:1107 (getCategoryLink)
/modules/avanamverticalmenu/avanamverticalmenu.php:1003 (fomartLink)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
495 |
SELECT SQL_NO_CACHE sc.*, scl.title, scl.custom_link
FROM ps_avanamegamenu_submenu_column sc
LEFT JOIN ps_avanamegamenu_submenu_column_lang scl ON (sc.id_avanamegamenu_submenu_column = scl.id_avanamegamenu_submenu_column)
WHERE sc.id_row = 2 AND scl.`id_lang` = 7 AND sc.`active` = 1
ORDER BY sc.position ASC, sc.id_avanamegamenu_submenu_column ASC |
0.119
ms
|
4 |
Yes
|
|
/modules/avanamegamenu/avanamegamenu.php:694
/modules/avanamegamenu/avanamegamenu.php:885 (getColInfoFront)
/modules/avanamegamenu/avanamegamenu.php:1000 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:688 (hookDisplayMegamenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
502 |
SELECT SQL_NO_CACHE psi.*,psil.*
FROM ps_avanamegamenu_submenu_item psi
LEFT JOIN ps_avanamegamenu_submenu_item_lang psil ON psi.id_avanamegamenu_submenu_item = psil.id_avanamegamenu_submenu_item
WHERE psi.id_avanamegamenu_submenu_column = 12 AND psil.id_lang = 7 AND psi.`active` = 1 ORDER BY psi.position ASC, psi.id_avanamegamenu_submenu_item ASC |
0.119
ms
|
4 |
Yes
|
|
/modules/avanamegamenu/avanamegamenu.php:713
/modules/avanamegamenu/avanamegamenu.php:885 (getColInfoFront)
/modules/avanamegamenu/avanamegamenu.php:1000 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:688 (hookDisplayMegamenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
548 |
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` = 8) AND (b.`id_shop` = 1) LIMIT 1 |
0.119
ms
|
0 |
|
|
/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)
/modules/avanamverticalmenu/avanamverticalmenu.php:1107 (getCategoryLink)
/modules/avanamverticalmenu/avanamverticalmenu.php:1052 (fomartLink)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
589 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 13) AND (id_product_attribute = 13) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.119
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:44 (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/PRS5_digitazzlayouts_layout_left_column_tpl/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a2289a19_70168846)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:363 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a22558a1_32702769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/7e/36/29/7e36293a2f8b70c297c892950a5215627d91840c_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21f6273_42342327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/4f/68/644f682ce5bfcfe20e6ce273e7cb11ce89d3e759_2.file.productlist.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21e9ae1_24155853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c9/ec/c1/c9ecc1d7582e75eade6b01e82b60c1b1eb2da433_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21d1795_85014885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:123 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:218 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:145 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
166 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 13 AND id_shop=1 LIMIT 1 |
0.118
ms
|
1 |
|
|
/classes/Product.php:6873
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
170 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 13) 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/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5797 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
191 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 8 LIMIT 1 |
0.118
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5797 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
195 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 8) AND (id_product_attribute = 31) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.118
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5809 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
406 |
SELECT SQL_NO_CACHE sc.*, scl.title, scl.custom_link
FROM ps_avanamegamenu_submenu_column sc
LEFT JOIN ps_avanamegamenu_submenu_column_lang scl ON (sc.id_avanamegamenu_submenu_column = scl.id_avanamegamenu_submenu_column)
WHERE sc.id_row = 7 AND scl.`id_lang` = 7 AND sc.`active` = 1
ORDER BY sc.position ASC, sc.id_avanamegamenu_submenu_column ASC |
0.118
ms
|
4 |
Yes
|
|
/modules/avanamegamenu/avanamegamenu.php:694
/modules/avanamegamenu/avanamegamenu.php:885 (getColInfoFront)
/modules/avanamegamenu/avanamegamenu.php:952 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:673 (hookDisplayMegamenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
427 |
SELECT SQL_NO_CACHE sc.*, scl.title, scl.custom_link
FROM ps_avanamegamenu_submenu_column sc
LEFT JOIN ps_avanamegamenu_submenu_column_lang scl ON (sc.id_avanamegamenu_submenu_column = scl.id_avanamegamenu_submenu_column)
WHERE sc.id_row = 4 AND scl.`id_lang` = 7 AND sc.`active` = 1
ORDER BY sc.position ASC, sc.id_avanamegamenu_submenu_column ASC |
0.118
ms
|
4 |
Yes
|
|
/modules/avanamegamenu/avanamegamenu.php:694
/modules/avanamegamenu/avanamegamenu.php:885 (getColInfoFront)
/modules/avanamegamenu/avanamegamenu.php:952 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:673 (hookDisplayMegamenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
185 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 8 LIMIT 1 |
0.117
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
193 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 8) 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:5797 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
413 |
SELECT SQL_NO_CACHE sc.*, scl.title, scl.custom_link
FROM ps_avanamegamenu_submenu_column sc
LEFT JOIN ps_avanamegamenu_submenu_column_lang scl ON (sc.id_avanamegamenu_submenu_column = scl.id_avanamegamenu_submenu_column)
WHERE sc.id_row = 2 AND scl.`id_lang` = 7 AND sc.`active` = 1
ORDER BY sc.position ASC, sc.id_avanamegamenu_submenu_column ASC |
0.117
ms
|
4 |
Yes
|
|
/modules/avanamegamenu/avanamegamenu.php:694
/modules/avanamegamenu/avanamegamenu.php:885 (getColInfoFront)
/modules/avanamegamenu/avanamegamenu.php:952 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:673 (hookDisplayMegamenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
501 |
SELECT SQL_NO_CACHE sc.*, scl.title, scl.custom_link
FROM ps_avanamegamenu_submenu_column sc
LEFT JOIN ps_avanamegamenu_submenu_column_lang scl ON (sc.id_avanamegamenu_submenu_column = scl.id_avanamegamenu_submenu_column)
WHERE sc.id_row = 3 AND scl.`id_lang` = 7 AND sc.`active` = 1
ORDER BY sc.position ASC, sc.id_avanamegamenu_submenu_column ASC |
0.117
ms
|
4 |
Yes
|
|
/modules/avanamegamenu/avanamegamenu.php:694
/modules/avanamegamenu/avanamegamenu.php:885 (getColInfoFront)
/modules/avanamegamenu/avanamegamenu.php:1000 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:688 (hookDisplayMegamenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
206 |
SELECT SQL_NO_CACHE * FROM `ps_image_type` |
0.116
ms
|
7 |
|
|
/classes/ImageType.php:161
/classes/ImageType.php:202 (getByNameNType)
/src/Adapter/Image/ImageRetriever.php:224 (getFormattedName)
/src/Adapter/Image/ImageRetriever.php:111 (getImage)
:undefined (PrestaShop\PrestaShop\Adapter\Image\{closure})
/src/Adapter/Image/ImageRetriever.php:104 (array_map)
/src/Adapter/Presenter/Product/ProductLazyArray.php:683 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
35 |
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.115
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)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
189 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 8 AND id_shop=1 LIMIT 1 |
0.114
ms
|
1 |
|
|
/classes/Product.php:6873
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
180 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 7
AND cl.id_shop = 1
AND cl.`id_category` = 2 LIMIT 1 |
0.114
ms
|
1 |
|
|
/classes/Category.php:1373
/classes/Product.php:5658 (getLinkRewrite)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
507 |
SELECT SQL_NO_CACHE sc.*, scl.title, scl.custom_link
FROM ps_avanamegamenu_submenu_column sc
LEFT JOIN ps_avanamegamenu_submenu_column_lang scl ON (sc.id_avanamegamenu_submenu_column = scl.id_avanamegamenu_submenu_column)
WHERE sc.id_row = 4 AND scl.`id_lang` = 7 AND sc.`active` = 1
ORDER BY sc.position ASC, sc.id_avanamegamenu_submenu_column ASC |
0.114
ms
|
4 |
Yes
|
|
/modules/avanamegamenu/avanamegamenu.php:694
/modules/avanamegamenu/avanamegamenu.php:885 (getColInfoFront)
/modules/avanamegamenu/avanamegamenu.php:1000 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:688 (hookDisplayMegamenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 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.113
ms
|
1 |
|
|
/classes/shop/Shop.php:214
/classes/shop/Shop.php:148 (setUrl)
/classes/shop/Shop.php:431 (__construct)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
157 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 7
AND cl.id_shop = 1
AND cl.`id_category` = 26 LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/Category.php:1373
/classes/Product.php:5658 (getLinkRewrite)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
158 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 7 AND id_category = 26 LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/Product.php:5659
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
583 |
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` = 26 LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/Category.php:1373
/classes/Product.php:758 (getLinkRewrite)
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:44 (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/PRS5_digitazzlayouts_layout_left_column_tpl/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a2289a19_70168846)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:363 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a22558a1_32702769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/7e/36/29/7e36293a2f8b70c297c892950a5215627d91840c_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21f6273_42342327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/4f/68/644f682ce5bfcfe20e6ce273e7cb11ce89d3e759_2.file.productlist.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21e9ae1_24155853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c9/ec/c1/c9ecc1d7582e75eade6b01e82b60c1b1eb2da433_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21d1795_85014885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:123 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:218 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:145 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
160 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 4
AND `active` = 1 LIMIT 1 |
0.113
ms
|
1 |
|
|
/classes/Manufacturer.php:312
/classes/Product.php:5669 (getNameById)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
27 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'zh-cn'
OR `language_code` = 'zh-cn' LIMIT 1 |
0.112
ms
|
4 |
|
|
/classes/Language.php:880
/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:208 (getLocale)
/classes/controller/FrontController.php:284 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
29 |
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'USD') LIMIT 1 |
0.112
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:208 (getLocale)
/classes/controller/FrontController.php:284 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
89 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "nrtthemecustomizer" LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/avanambuilder/includes/fonts.php:149 (isEnabled)
/modules/avanambuilder/includes/fonts.php:129 (get_native_fonts)
/modules/avanambuilder/includes/controls/font.php:60 (get_fonts)
/modules/avanambuilder/includes/controls/base.php:86 (get_default_settings)
/modules/avanambuilder/includes/managers/controls.php:449 (__construct)
/modules/avanambuilder/includes/managers/controls.php:523 (register_controls)
/modules/avanambuilder/includes/managers/controls.php:542 (get_controls)
/modules/avanambuilder/includes/managers/controls.php:699 (get_control)
/modules/avanambuilder/includes/base/controls-stack.php:440 (add_control_to_stack)
/modules/avanambuilder/includes/base/controls-stack.php:1395 (add_control)
/modules/avanambuilder/core/settings/general/model.php:208 (start_controls_section)
/modules/avanambuilder/includes/base/controls-stack.php:1931 (_register_controls)
/modules/avanambuilder/includes/base/controls-stack.php:515 (init_controls)
/modules/avanambuilder/includes/base/controls-stack.php:308 (get_stack)
/modules/avanambuilder/includes/base/controls-stack.php:1966 (get_controls)
/modules/avanambuilder/includes/base/controls-stack.php:1053 (sanitize_settings)
/modules/avanambuilder/includes/base/controls-stack.php:1806 (get_data)
/modules/avanambuilder/core/base/base-object.php:145 (get_init_settings)
/modules/avanambuilder/core/base/base-object.php:53 (ensure_settings)
/modules/avanambuilder/includes/base/controls-stack.php:363 (get_settings)
/modules/avanambuilder/includes/base/controls-stack.php:1095 (get_controls_settings)
/modules/avanambuilder/includes/base/controls-stack.php:1228 (get_active_settings)
/modules/avanambuilder/core/settings/manager.php:178 (get_frontend_settings)
/modules/avanambuilder/includes/frontend.php:1103 (get_settings_frontend_config)
/modules/avanambuilder/avanambuilder.php:759 (get_init_settings)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/NewProductsController.php:45 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
602 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 8) AND (id_product_attribute = 33) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.112
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:44 (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/PRS5_digitazzlayouts_layout_left_column_tpl/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a2289a19_70168846)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:363 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a22558a1_32702769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/7e/36/29/7e36293a2f8b70c297c892950a5215627d91840c_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21f6273_42342327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/4f/68/644f682ce5bfcfe20e6ce273e7cb11ce89d3e759_2.file.productlist.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21e9ae1_24155853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c9/ec/c1/c9ecc1d7582e75eade6b01e82b60c1b1eb2da433_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a21d1795_85014885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:123 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:218 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:145 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
524 |
SELECT SQL_NO_CACHE ps.*
FROM ps_avanamverticalmenu_submenu ps
WHERE ps.id_avanamverticalmenu_item = 3 AND ps.`active` = 1 LIMIT 1 |
0.112
ms
|
9 |
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:594
/modules/avanamverticalmenu/avanamverticalmenu.php:929 (getSubmenuInfo)
/modules/avanamverticalmenu/avanamverticalmenu.php:1058 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 DISTINCT `id_product` FROM `ps_specific_price` WHERE `id_product` != 0 |
0.111
ms
|
12 |
|
|
/classes/SpecificPrice.php:310
/classes/SpecificPrice.php:360 (filterOutField)
/classes/SpecificPrice.php:548 (computeExtraConditions)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
616 |
SELECT SQL_NO_CACHE psgdprl.message FROM `ps_psgdpr_consent` psgdpr
LEFT JOIN ps_psgdpr_consent_lang psgdprl ON (psgdpr.id_gdpr_consent = psgdprl.id_gdpr_consent)
WHERE psgdpr.id_module = 19 AND psgdprl.id_lang =7 LIMIT 1 |
0.111
ms
|
4 |
|
|
/modules/psgdpr/classes/GDPRConsent.php:108
/modules/psgdpr/psgdpr.php:687 (getConsentMessage)
/classes/Hook.php:1083 (hookDisplayGDPRConsent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS5_digitazz/30/7d/c6/307dc6bd4724d29d1572cc301dd7148e962604ef_2.module.ps_emailsubscriptionviewstemplateshookps_emailsubscription.tpl.php:83 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349daf5998_28132569)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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/ps_emailsubscription/ps_emailsubscription.php:902 (fetch)
/modules/avanambuilder/includes/widgets/ava-module.php:182 (renderWidget)
/modules/avanambuilder/includes/widgets/ava-module.php:167 (_renderModule)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1190 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/1f/c7/f0/1fc7f0a8efb145bdc4bf30f5eafb5c9327ff3a23_2.file.footer.tpl.php:27 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a232d4e3_29217072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:517 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:162 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
142 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 16 AND `id_group` = 1 LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/GroupReduction.php:153
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
192 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 8 LIMIT 1 |
0.111
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5797 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
183 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 1
AND `active` = 1 LIMIT 1 |
0.110
ms
|
1 |
|
|
/classes/Manufacturer.php:312
/classes/Product.php:5669 (getNameById)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
24 |
SELECT SQL_NO_CACHE value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.110
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:208 (getLocale)
/classes/controller/FrontController.php:284 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
361 |
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` = 23) AND (b.`id_shop` = 1) LIMIT 1 |
0.110
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/avanamverticalmenu/avanamverticalmenu.php:1108 (__construct)
/modules/avanamverticalmenu/avanamverticalmenu.php:1003 (fomartLink)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
484 |
SELECT SQL_NO_CACHE ps.*
FROM ps_avanamegamenu_submenu ps
WHERE ps.id_avanamegamenu_item = 2 AND ps.`active` = 1 LIMIT 1 |
0.110
ms
|
6 |
|
|
/modules/avanamegamenu/avanamegamenu.php:581
/modules/avanamegamenu/avanamegamenu.php:880 (getSubmenuInfo)
/modules/avanamegamenu/avanamegamenu.php:1000 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:688 (hookDisplayMegamenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
510 |
SELECT SQL_NO_CACHE ps.*
FROM ps_avanamverticalmenu_submenu ps
WHERE ps.id_avanamverticalmenu_item = 1 AND ps.`active` = 1 LIMIT 1 |
0.110
ms
|
9 |
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:594
/modules/avanamverticalmenu/avanamverticalmenu.php:929 (getSubmenuInfo)
/modules/avanamverticalmenu/avanamverticalmenu.php:1058 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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_lang`
WHERE `id_currency` = 2 |
0.109
ms
|
4 |
|
|
/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)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
44 |
SELECT SQL_NO_CACHE * FROM `ps_templatemelacore_custom_fonts` WHERE `active` = 1 GROUP BY title |
0.108
ms
|
1 |
Yes
|
Yes
|
/modules/templatemelacore/templatemelacore.php:4228
/modules/templatemelacore/templatemelacore.php:3172 (get_fonts)
/modules/templatemelacore/templatemelacore.php:3446 (StandardFont)
/modules/templatemelacore/templatemelacore.php:3294 (renderOptions)
/modules/templatemelacore/templatemelacore.php:3635 (_prepHook)
/classes/Hook.php:1083 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:1004 (exec)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
253 |
SELECT SQL_NO_CACHE ps.*
FROM ps_avanamverticalmenu_submenu ps
WHERE ps.id_avanamverticalmenu_item = 1 AND ps.`active` = 1 LIMIT 1 |
0.108
ms
|
9 |
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:594
/modules/avanamverticalmenu/avanamverticalmenu.php:929 (getSubmenuInfo)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 *
FROM `ps_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
0.107
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)
|
181 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 7 AND id_category = 2 LIMIT 1 |
0.107
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
364 |
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` = 8) AND (b.`id_shop` = 1) LIMIT 1 |
0.107
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/avanamverticalmenu/avanamverticalmenu.php:1108 (__construct)
/modules/avanamverticalmenu/avanamverticalmenu.php:1003 (fomartLink)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
547 |
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` = 23) AND (b.`id_shop` = 1) LIMIT 1 |
0.107
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/avanamverticalmenu/avanamverticalmenu.php:1108 (__construct)
/modules/avanamverticalmenu/avanamverticalmenu.php:1052 (fomartLink)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
549 |
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` = 8) AND (b.`id_shop` = 1) LIMIT 1 |
0.107
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/avanamverticalmenu/avanamverticalmenu.php:1108 (__construct)
/modules/avanamverticalmenu/avanamverticalmenu.php:1052 (fomartLink)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 ps.*
FROM ps_avanamegamenu_submenu ps
WHERE ps.id_avanamegamenu_item = 2 AND ps.`active` = 1 LIMIT 1 |
0.107
ms
|
6 |
|
|
/modules/avanamegamenu/avanamegamenu.php:581
/modules/avanamegamenu/avanamegamenu.php:880 (getSubmenuInfo)
/modules/avanamegamenu/avanamegamenu.php:952 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:673 (hookDisplayMegamenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
242 |
SELECT SQL_NO_CACHE ps.*
FROM ps_avanamverticalmenu_submenu ps
WHERE ps.`id_avanamverticalmenu_item` = 1 LIMIT 1 |
0.106
ms
|
9 |
|
|
/modules/avanamverticalmenu/classes/AvanamVerticalmenuSubmenuClass.php:85
/modules/avanamverticalmenu/avanamverticalmenu.php:1475 (getSubmenuConfig)
/modules/avanamverticalmenu/avanamverticalmenu.php:984 (generateCss)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
163 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 13
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.106
ms
|
0 |
|
|
/classes/SpecificPrice.php:256
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
145 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 16 LIMIT 1 |
0.105
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5797 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
503 |
SELECT SQL_NO_CACHE ps.*
FROM ps_avanamegamenu_submenu ps
WHERE ps.id_avanamegamenu_item = 5 AND ps.`active` = 1 LIMIT 1 |
0.105
ms
|
6 |
|
|
/modules/avanamegamenu/avanamegamenu.php:581
/modules/avanamegamenu/avanamegamenu.php:880 (getSubmenuInfo)
/modules/avanamegamenu/avanamegamenu.php:1000 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:688 (hookDisplayMegamenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 *
FROM `ps_currency` a
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 2) LIMIT 1 |
0.105
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)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
365 |
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` = 8) AND (b.`id_shop` = 1) LIMIT 1 |
0.105
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/avanamverticalmenu/avanamverticalmenu.php:1017 (__construct)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 *
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` = 8) AND (b.`id_shop` = 1) LIMIT 1 |
0.104
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/avanamverticalmenu/avanamverticalmenu.php:1066 (__construct)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 8
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/SpecificPrice.php:256
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
491 |
SELECT SQL_NO_CACHE ps.*
FROM ps_avanamegamenu_submenu ps
WHERE ps.id_avanamegamenu_item = 3 AND ps.`active` = 1 LIMIT 1 |
0.104
ms
|
6 |
|
|
/modules/avanamegamenu/avanamegamenu.php:581
/modules/avanamegamenu/avanamegamenu.php:880 (getSubmenuInfo)
/modules/avanamegamenu/avanamegamenu.php:1000 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:688 (hookDisplayMegamenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
143 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_group`
WHERE `id_group` = 1 LIMIT 1 |
0.103
ms
|
1 |
|
|
/classes/Group.php:151
/classes/Product.php:3994 (getReductionByIdGroup)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
169 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 13 LIMIT 1 |
0.103
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5797 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
272 |
SELECT SQL_NO_CACHE ps.*
FROM ps_avanamverticalmenu_submenu ps
WHERE ps.id_avanamverticalmenu_item = 3 AND ps.`active` = 1 LIMIT 1 |
0.103
ms
|
9 |
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:594
/modules/avanamverticalmenu/avanamverticalmenu.php:929 (getSubmenuInfo)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
366 |
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` = 8) AND (b.`id_shop` = 1) LIMIT 1 |
0.103
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/avanamverticalmenu/avanamverticalmenu.php:1428 (__construct)
/modules/avanamverticalmenu/avanamverticalmenu.php:1018 (getRespCategories)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
551 |
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` = 8) AND (b.`id_shop` = 1) LIMIT 1 |
0.103
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/avanamverticalmenu/avanamverticalmenu.php:1428 (__construct)
/modules/avanamverticalmenu/avanamverticalmenu.php:1067 (getRespCategories)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
39 |
SELECT SQL_NO_CACHE `config`
FROM ps_templatemelacore_settings
WHERE `page_id` = 0
AND `page_type` = 'category' LIMIT 1 |
0.102
ms
|
0 |
|
|
/modules/templatemelacore/templatemelacore.php:3915
/modules/templatemelacore/templatemelacore.php:3280 (_getThemeCtPageConfig)
/modules/templatemelacore/templatemelacore.php:3387 (_getPageConfigOnFront)
/modules/templatemelacore/templatemelacore.php:3294 (renderOptions)
/modules/templatemelacore/templatemelacore.php:3635 (_prepHook)
/classes/Hook.php:1083 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:1004 (exec)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
52 |
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` = 6) LIMIT 1 |
0.102
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/NewProductsController.php:45 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
53 |
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 6 |
0.102
ms
|
4 |
|
|
/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/NewProductsController.php:45 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
167 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 13 AND `id_group` = 1 LIMIT 1 |
0.102
ms
|
0 |
|
|
/classes/GroupReduction.php:153
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
396 |
SELECT SQL_NO_CACHE ps.*
FROM ps_avanamegamenu_submenu ps
WHERE ps.`id_avanamegamenu_item` = 3 LIMIT 1 |
0.102
ms
|
6 |
|
|
/modules/avanamegamenu/classes/AvanaMegamenuSubmenuClass.php:85
/modules/avanamegamenu/avanamegamenu.php:1464 (getSubmenuConfig)
/modules/avanamegamenu/avanamegamenu.php:929 (generateCss)
/modules/avanambuilder/includes/widgets/ava-menu.php:673 (hookDisplayMegamenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
90 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.102
ms
|
0 |
|
|
/classes/module/Module.php:2137
/modules/avanambuilder/includes/fonts.php:149 (isEnabled)
/modules/avanambuilder/includes/fonts.php:129 (get_native_fonts)
/modules/avanambuilder/includes/controls/font.php:60 (get_fonts)
/modules/avanambuilder/includes/controls/base.php:86 (get_default_settings)
/modules/avanambuilder/includes/managers/controls.php:449 (__construct)
/modules/avanambuilder/includes/managers/controls.php:523 (register_controls)
/modules/avanambuilder/includes/managers/controls.php:542 (get_controls)
/modules/avanambuilder/includes/managers/controls.php:699 (get_control)
/modules/avanambuilder/includes/base/controls-stack.php:440 (add_control_to_stack)
/modules/avanambuilder/includes/base/controls-stack.php:1395 (add_control)
/modules/avanambuilder/core/settings/general/model.php:208 (start_controls_section)
/modules/avanambuilder/includes/base/controls-stack.php:1931 (_register_controls)
/modules/avanambuilder/includes/base/controls-stack.php:515 (init_controls)
/modules/avanambuilder/includes/base/controls-stack.php:308 (get_stack)
/modules/avanambuilder/includes/base/controls-stack.php:1966 (get_controls)
/modules/avanambuilder/includes/base/controls-stack.php:1053 (sanitize_settings)
/modules/avanambuilder/includes/base/controls-stack.php:1806 (get_data)
/modules/avanambuilder/core/base/base-object.php:145 (get_init_settings)
/modules/avanambuilder/core/base/base-object.php:53 (ensure_settings)
/modules/avanambuilder/includes/base/controls-stack.php:363 (get_settings)
/modules/avanambuilder/includes/base/controls-stack.php:1095 (get_controls_settings)
/modules/avanambuilder/includes/base/controls-stack.php:1228 (get_active_settings)
/modules/avanambuilder/core/settings/manager.php:178 (get_frontend_settings)
/modules/avanambuilder/includes/frontend.php:1103 (get_settings_frontend_config)
/modules/avanambuilder/avanambuilder.php:759 (get_init_settings)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/NewProductsController.php:45 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
282 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 63 LIMIT 1 |
0.102
ms
|
1 |
|
|
/classes/Combination.php:560
/classes/Product.php:5678 (getPrice)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 *
FROM `ps_avanam_builder_related` bc
LEFT JOIN `ps_avanam_builder_related_shop` bcs
ON (bc.`id_avanam_builder_related` = bcs.`id_avanam_builder_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayContactPageBuilder' LIMIT 1 |
0.101
ms
|
9 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1206
/modules/avanambuilder/avanambuilder.php:738 (getRelatedByKey)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/NewProductsController.php:45 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
123 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 7
AND cl.id_shop = 1
AND cl.`id_category` = 7 LIMIT 1 |
0.101
ms
|
1 |
|
|
/classes/Category.php:1373
/classes/Product.php:5658 (getLinkRewrite)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
231 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "avanamsearchbar" LIMIT 1 |
0.101
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/avanambuilder/includes/managers/widgets.php:122 (isEnabled)
/modules/avanambuilder/includes/managers/widgets.php:301 (init_widgets)
/modules/avanambuilder/includes/elements/column.php:1044 (get_widget_types)
/modules/avanambuilder/includes/base/element-base.php:911 (_get_default_child_type)
/modules/avanambuilder/includes/base/element-base.php:356 (get_child_type)
/modules/avanambuilder/includes/base/element-base.php:956 (add_child)
/modules/avanambuilder/includes/base/element-base.php:316 (init_children)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:124 (get_children)
/modules/avanambuilder/core/files/css/post.php:310 (add_controls_stack_style_rules)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:125 (render_styles)
/modules/avanambuilder/core/files/css/post.php:310 (add_controls_stack_style_rules)
/modules/avanambuilder/core/files/css/post.php:196 (render_styles)
/modules/avanambuilder/core/files/css/base.php:634 (render_css)
/modules/avanambuilder/core/files/base.php:152 (parse_content)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/avanambuilder/core/files/css/base.php:217 (get_meta)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/core/dynamic-tags/manager.php:434 (enqueue)
:undefined (after_enqueue_post_css)
/modules/avanambuilder/src/Wp_Helper.php:997 (call_user_func_array)
/modules/avanambuilder/core/files/css/base.php:281 (do_action)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/includes/frontend.php:894 (enqueue)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
553 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 23 AND `id_shop` = 1 LIMIT 1 |
0.101
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/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:429 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:140 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 8 AND `id_group` = 1 LIMIT 1 |
0.100
ms
|
0 |
|
|
/classes/GroupReduction.php:153
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
392 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 19) AND (id_product_attribute = 75) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.100
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/PRS5_digitazz/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:44 (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/PRS5_digitazz/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1c39660_78978467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:363 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazz/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1c107c7_90799760)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/7e/36/29/7e36293a2f8b70c297c892950a5215627d91840c_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1bb1272_86003745)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/64/56/8d/64568d0e5afe302feed1639d984d5d83a1d8a508_2.file.avanamverticalmenu.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1b9cf20_20499565)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2260 (fetch)
/modules/avanamverticalmenu/avanamverticalmenu.php:1030 (display)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
497 |
SELECT SQL_NO_CACHE ps.*
FROM ps_avanamegamenu_submenu ps
WHERE ps.id_avanamegamenu_item = 4 AND ps.`active` = 1 LIMIT 1 |
0.100
ms
|
6 |
|
|
/modules/avanamegamenu/avanamegamenu.php:581
/modules/avanamegamenu/avanamegamenu.php:880 (getSubmenuInfo)
/modules/avanamegamenu/avanamegamenu.php:1000 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:688 (hookDisplayMegamenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 *
FROM `ps_state` a
WHERE (a.`id_state` = 383) LIMIT 1 |
0.100
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/controller/FrontController.php:1778 (__construct)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/NewProductsController.php:45 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
321 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 5 LIMIT 1 |
0.100
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
409 |
SELECT SQL_NO_CACHE ps.*
FROM ps_avanamegamenu_submenu ps
WHERE ps.id_avanamegamenu_item = 3 AND ps.`active` = 1 LIMIT 1 |
0.100
ms
|
6 |
|
|
/modules/avanamegamenu/avanamegamenu.php:581
/modules/avanamegamenu/avanamegamenu.php:880 (getSubmenuInfo)
/modules/avanamegamenu/avanamegamenu.php:952 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:673 (hookDisplayMegamenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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_lang` FROM `ps_lang`
WHERE `locale` = 'zh-cn'
OR `language_code` = 'zh-cn' LIMIT 1 |
0.099
ms
|
4 |
|
|
/classes/Language.php:880
/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:208 (getLocale)
/classes/controller/FrontController.php:284 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
36 |
SELECT SQL_NO_CACHE *
FROM `ps_group_lang`
WHERE `id_group` = 1 |
0.099
ms
|
4 |
|
|
/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)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
58 |
SELECT SQL_NO_CACHE *
FROM `ps_avanam_builder_related` bc
LEFT JOIN `ps_avanam_builder_related_shop` bcs
ON (bc.`id_avanam_builder_related` = bcs.`id_avanam_builder_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayRightColumn' LIMIT 1 |
0.098
ms
|
9 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1206
/modules/avanambuilder/avanambuilder.php:738 (getRelatedByKey)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/NewProductsController.php:45 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
423 |
SELECT SQL_NO_CACHE ps.*
FROM ps_avanamegamenu_submenu ps
WHERE ps.id_avanamegamenu_item = 5 AND ps.`active` = 1 LIMIT 1 |
0.097
ms
|
6 |
|
|
/modules/avanamegamenu/avanamegamenu.php:581
/modules/avanamegamenu/avanamegamenu.php:880 (getSubmenuInfo)
/modules/avanamegamenu/avanamegamenu.php:952 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:673 (hookDisplayMegamenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 ps.*
FROM ps_avanamegamenu_submenu ps
WHERE ps.id_avanamegamenu_item = 4 AND ps.`active` = 1 LIMIT 1 |
0.096
ms
|
6 |
|
|
/modules/avanamegamenu/avanamegamenu.php:581
/modules/avanamegamenu/avanamegamenu.php:880 (getSubmenuInfo)
/modules/avanamegamenu/avanamegamenu.php:952 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:673 (hookDisplayMegamenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
338 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 74 LIMIT 1 |
0.096
ms
|
1 |
|
|
/classes/Combination.php:560
/classes/Product.php:5678 (getPrice)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 *
FROM `ps_avanam_builder_related` bc
LEFT JOIN `ps_avanam_builder_related_shop` bcs
ON (bc.`id_avanam_builder_related` = bcs.`id_avanam_builder_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayProductSameCategory' LIMIT 1 |
0.095
ms
|
9 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1206
/modules/avanambuilder/avanambuilder.php:738 (getRelatedByKey)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/NewProductsController.php:45 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
127 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 37 LIMIT 1 |
0.095
ms
|
1 |
|
|
/classes/Combination.php:560
/classes/Product.php:5678 (getPrice)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
254 |
SELECT SQL_NO_CACHE sr.*
FROM ps_avanamverticalmenu_submenu_row sr
WHERE sr.id_avanamverticalmenu_item = 1 AND sr.`active` = 1 ORDER BY sr.position ASC |
0.095
ms
|
4 |
Yes
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:606
/modules/avanamverticalmenu/avanamverticalmenu.php:930 (getRowInfo)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
375 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 7) AND (id_product_attribute = 61) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.095
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/PRS5_digitazz/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:44 (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/PRS5_digitazz/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1c39660_78978467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:363 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazz/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1c107c7_90799760)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/7e/36/29/7e36293a2f8b70c297c892950a5215627d91840c_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1bb1272_86003745)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/64/56/8d/64568d0e5afe302feed1639d984d5d83a1d8a508_2.file.avanamverticalmenu.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1b9cf20_20499565)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2260 (fetch)
/modules/avanamverticalmenu/avanamverticalmenu.php:1030 (display)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 `id_lang` FROM `ps_lang`
WHERE `locale` = 'zh-cn'
OR `language_code` = 'zh-cn' LIMIT 1 |
0.095
ms
|
4 |
|
|
/classes/Language.php:880
/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:208 (getLocale)
/classes/controller/FrontController.php:284 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
8 |
SELECT SQL_NO_CACHE *
FROM `ps_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
0.094
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)
|
228 |
SELECT SQL_NO_CACHE value FROM ps_avanam_builder_meta WHERE id = 1 AND name = 'elementor_disable_color_schemes' LIMIT 1 |
0.094
ms
|
80 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1320
/modules/avanambuilder/src/Wp_Helper.php:1385 (get_post_meta)
/modules/avanambuilder/includes/managers/schemes.php:312 (get_option)
/modules/avanambuilder/includes/elements/section.php:1103 (get_enabled_schemes)
/modules/avanambuilder/includes/base/controls-stack.php:1931 (_register_controls)
/modules/avanambuilder/includes/base/controls-stack.php:515 (init_controls)
/modules/avanambuilder/includes/base/controls-stack.php:308 (get_stack)
/modules/avanambuilder/includes/base/controls-stack.php:1966 (get_controls)
/modules/avanambuilder/includes/base/controls-stack.php:1053 (sanitize_settings)
/modules/avanambuilder/includes/base/controls-stack.php:1806 (get_data)
/modules/avanambuilder/core/base/base-object.php:145 (get_init_settings)
/modules/avanambuilder/core/base/base-object.php:53 (ensure_settings)
/modules/avanambuilder/core/files/css/post.php:308 (get_settings)
/modules/avanambuilder/core/files/css/post.php:196 (render_styles)
/modules/avanambuilder/core/files/css/base.php:634 (render_css)
/modules/avanambuilder/core/files/base.php:152 (parse_content)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/avanambuilder/core/files/css/base.php:217 (get_meta)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/core/dynamic-tags/manager.php:434 (enqueue)
:undefined (after_enqueue_post_css)
/modules/avanambuilder/src/Wp_Helper.php:997 (call_user_func_array)
/modules/avanambuilder/core/files/css/base.php:281 (do_action)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/includes/frontend.php:894 (enqueue)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
246 |
SELECT SQL_NO_CACHE ps.*
FROM ps_avanamverticalmenu_submenu ps
WHERE ps.`id_avanamverticalmenu_item` = 5 LIMIT 1 |
0.094
ms
|
9 |
|
|
/modules/avanamverticalmenu/classes/AvanamVerticalmenuSubmenuClass.php:85
/modules/avanamverticalmenu/avanamverticalmenu.php:1475 (getSubmenuConfig)
/modules/avanamverticalmenu/avanamverticalmenu.php:984 (generateCss)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
625 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "templatemelacore" LIMIT 1 |
0.094
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/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:555 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:175 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
43 |
SELECT SQL_NO_CACHE * FROM `ps_templatemelacore_custom_fonts` WHERE `active` = 1 GROUP BY title |
0.093
ms
|
1 |
Yes
|
Yes
|
/modules/templatemelacore/templatemelacore.php:4228
/modules/templatemelacore/templatemelacore.php:3172 (get_fonts)
/modules/templatemelacore/templatemelacore.php:3439 (StandardFont)
/modules/templatemelacore/templatemelacore.php:3294 (renderOptions)
/modules/templatemelacore/templatemelacore.php:3635 (_prepHook)
/classes/Hook.php:1083 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:1004 (exec)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
128 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 0 LIMIT 1 |
0.093
ms
|
1 |
|
|
/classes/SpecificPrice.php:426
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
339 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 19 LIMIT 1 |
0.093
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'EUR') LIMIT 1 |
0.092
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:208 (getLocale)
/classes/controller/FrontController.php:284 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
31 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'zh-cn'
OR `language_code` = 'zh-cn' LIMIT 1 |
0.092
ms
|
4 |
|
|
/classes/Language.php:880
/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:208 (getLocale)
/classes/controller/FrontController.php:284 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
50 |
SELECT SQL_NO_CACHE format
FROM `ps_address_format`
WHERE `id_country` = 6 LIMIT 1 |
0.092
ms
|
1 |
|
|
/classes/AddressFormat.php:653
/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/NewProductsController.php:45 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
59 |
SELECT SQL_NO_CACHE *
FROM `ps_avanam_builder_related` bc
LEFT JOIN `ps_avanam_builder_related_shop` bcs
ON (bc.`id_avanam_builder_related` = bcs.`id_avanam_builder_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayProductAccessories' LIMIT 1 |
0.092
ms
|
9 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1206
/modules/avanambuilder/avanambuilder.php:738 (getRelatedByKey)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/NewProductsController.php:45 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
61 |
SELECT SQL_NO_CACHE *
FROM `ps_avanam_builder_related` bc
LEFT JOIN `ps_avanam_builder_related_shop` bcs
ON (bc.`id_avanam_builder_related` = bcs.`id_avanam_builder_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayFooterProduct' LIMIT 1 |
0.092
ms
|
9 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1206
/modules/avanambuilder/avanambuilder.php:738 (getRelatedByKey)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/NewProductsController.php:45 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
65 |
SELECT SQL_NO_CACHE *
FROM `ps_avanam_builder_related` bc
LEFT JOIN `ps_avanam_builder_related_shop` bcs
ON (bc.`id_avanam_builder_related` = bcs.`id_avanam_builder_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayShoppingCartFooter' LIMIT 1 |
0.092
ms
|
9 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1206
/modules/avanambuilder/avanambuilder.php:738 (getRelatedByKey)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/NewProductsController.php:45 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
62 |
SELECT SQL_NO_CACHE *
FROM `ps_avanam_builder_related` bc
LEFT JOIN `ps_avanam_builder_related_shop` bcs
ON (bc.`id_avanam_builder_related` = bcs.`id_avanam_builder_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayLeftColumnProduct' LIMIT 1 |
0.091
ms
|
9 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1206
/modules/avanambuilder/avanambuilder.php:738 (getRelatedByKey)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/NewProductsController.php:45 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
63 |
SELECT SQL_NO_CACHE *
FROM `ps_avanam_builder_related` bc
LEFT JOIN `ps_avanam_builder_related_shop` bcs
ON (bc.`id_avanam_builder_related` = bcs.`id_avanam_builder_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayRightColumnProduct' LIMIT 1 |
0.091
ms
|
9 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1206
/modules/avanambuilder/avanambuilder.php:738 (getRelatedByKey)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/NewProductsController.php:45 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
67 |
SELECT SQL_NO_CACHE *
FROM `ps_avanam_builder_related` bc
LEFT JOIN `ps_avanam_builder_related_shop` bcs
ON (bc.`id_avanam_builder_related` = bcs.`id_avanam_builder_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayProductSidebar' LIMIT 1 |
0.091
ms
|
9 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1206
/modules/avanambuilder/avanambuilder.php:738 (getRelatedByKey)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/NewProductsController.php:45 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
68 |
SELECT SQL_NO_CACHE *
FROM `ps_avanam_builder_related` bc
LEFT JOIN `ps_avanam_builder_related_shop` bcs
ON (bc.`id_avanam_builder_related` = bcs.`id_avanam_builder_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayHeaderCategory' LIMIT 1 |
0.091
ms
|
9 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1206
/modules/avanambuilder/avanambuilder.php:738 (getRelatedByKey)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/NewProductsController.php:45 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
70 |
SELECT SQL_NO_CACHE *
FROM `ps_avanam_builder_related` bc
LEFT JOIN `ps_avanam_builder_related_shop` bcs
ON (bc.`id_avanam_builder_related` = bcs.`id_avanam_builder_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'display404PageBuilder' LIMIT 1 |
0.091
ms
|
9 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1206
/modules/avanambuilder/avanambuilder.php:738 (getRelatedByKey)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/NewProductsController.php:45 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
424 |
SELECT SQL_NO_CACHE sr.*
FROM ps_avanamegamenu_submenu_row sr
WHERE sr.id_avanamegamenu_item = 5 AND sr.`active` = 1 ORDER BY sr.position ASC |
0.091
ms
|
4 |
Yes
|
|
/modules/avanamegamenu/avanamegamenu.php:593
/modules/avanamegamenu/avanamegamenu.php:881 (getRowInfo)
/modules/avanamegamenu/avanamegamenu.php:952 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:673 (hookDisplayMegamenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
525 |
SELECT SQL_NO_CACHE sr.*
FROM ps_avanamverticalmenu_submenu_row sr
WHERE sr.id_avanamverticalmenu_item = 3 AND sr.`active` = 1 ORDER BY sr.position ASC |
0.091
ms
|
4 |
Yes
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:606
/modules/avanamverticalmenu/avanamverticalmenu.php:930 (getRowInfo)
/modules/avanamverticalmenu/avanamverticalmenu.php:1058 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 *
FROM `ps_avanam_builder_related` bc
LEFT JOIN `ps_avanam_builder_related_shop` bcs
ON (bc.`id_avanam_builder_related` = bcs.`id_avanam_builder_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayProductSummary' LIMIT 1 |
0.091
ms
|
9 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1206
/modules/avanambuilder/avanambuilder.php:738 (getRelatedByKey)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/NewProductsController.php:45 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
486 |
SELECT SQL_NO_CACHE sr.*
FROM ps_avanamegamenu_submenu_row sr
WHERE sr.id_avanamegamenu_item = 2 AND sr.`active` = 1 ORDER BY sr.position ASC |
0.091
ms
|
4 |
Yes
|
|
/modules/avanamegamenu/avanamegamenu.php:593
/modules/avanamegamenu/avanamegamenu.php:881 (getRowInfo)
/modules/avanamegamenu/avanamegamenu.php:1000 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:688 (hookDisplayMegamenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
45 |
SELECT SQL_NO_CACHE * FROM `ps_templatemelacore_custom_fonts` WHERE `active` = 1 |
0.090
ms
|
1 |
|
|
/modules/templatemelacore/templatemelacore.php:4220
/modules/templatemelacore/templatemelacore.php:3307 (get_css_fonts)
/modules/templatemelacore/templatemelacore.php:3635 (_prepHook)
/classes/Hook.php:1083 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:1004 (exec)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
283 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 7 LIMIT 1 |
0.090
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
376 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 7) AND (id_product_attribute = 62) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.090
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/PRS5_digitazz/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:44 (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/PRS5_digitazz/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1c39660_78978467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:363 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazz/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1c107c7_90799760)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/7e/36/29/7e36293a2f8b70c297c892950a5215627d91840c_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1bb1272_86003745)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/64/56/8d/64568d0e5afe302feed1639d984d5d83a1d8a508_2.file.avanamverticalmenu.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1b9cf20_20499565)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2260 (fetch)
/modules/avanamverticalmenu/avanamverticalmenu.php:1030 (display)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
511 |
SELECT SQL_NO_CACHE sr.*
FROM ps_avanamverticalmenu_submenu_row sr
WHERE sr.id_avanamverticalmenu_item = 1 AND sr.`active` = 1 ORDER BY sr.position ASC |
0.090
ms
|
4 |
Yes
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:606
/modules/avanamverticalmenu/avanamverticalmenu.php:930 (getRowInfo)
/modules/avanamverticalmenu/avanamverticalmenu.php:1058 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
69 |
SELECT SQL_NO_CACHE *
FROM `ps_avanam_builder_related` bc
LEFT JOIN `ps_avanam_builder_related_shop` bcs
ON (bc.`id_avanam_builder_related` = bcs.`id_avanam_builder_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayFooterCategory' LIMIT 1 |
0.090
ms
|
9 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1206
/modules/avanambuilder/avanambuilder.php:738 (getRelatedByKey)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/NewProductsController.php:45 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
126 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 6
AND `active` = 1 LIMIT 1 |
0.090
ms
|
1 |
|
|
/classes/Manufacturer.php:312
/classes/Product.php:5669 (getNameById)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
273 |
SELECT SQL_NO_CACHE sr.*
FROM ps_avanamverticalmenu_submenu_row sr
WHERE sr.id_avanamverticalmenu_item = 3 AND sr.`active` = 1 ORDER BY sr.position ASC |
0.090
ms
|
4 |
Yes
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:606
/modules/avanamverticalmenu/avanamverticalmenu.php:930 (getRowInfo)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
532 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 7 |
0.090
ms
|
4 |
|
|
/classes/Product.php:2899
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:683 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/modules/avanamverticalmenu/avanamverticalmenu.php:780 (present)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1058 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
557 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.090
ms
|
1 |
|
|
/classes/Category.php:1589
/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/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:429 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:140 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
275 |
SELECT SQL_NO_CACHE sr.*
FROM ps_avanamverticalmenu_submenu_row sr
WHERE sr.id_avanamverticalmenu_item = 3 AND sr.`active` = 1 ORDER BY sr.position ASC |
0.089
ms
|
4 |
Yes
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:606
/modules/avanamverticalmenu/avanamverticalmenu.php:932 (getRowInfo)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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_shop
FROM `ps_currency_shop`
WHERE `id_currency` = 2
AND id_shop = 1 LIMIT 1 |
0.088
ms
|
1 |
|
|
/classes/ObjectModel.php:1724
/classes/Tools.php:699 (isAssociatedToShop)
/classes/controller/FrontController.php:368 (setCurrency)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
243 |
SELECT SQL_NO_CACHE ps.*
FROM ps_avanamverticalmenu_submenu ps
WHERE ps.`id_avanamverticalmenu_item` = 2 LIMIT 1 |
0.088
ms
|
9 |
|
|
/modules/avanamverticalmenu/classes/AvanamVerticalmenuSubmenuClass.php:85
/modules/avanamverticalmenu/avanamverticalmenu.php:1475 (getSubmenuConfig)
/modules/avanamverticalmenu/avanamverticalmenu.php:984 (generateCss)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
291 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 7) AND (id_product_attribute = 63) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.088
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5809 (getQuantity)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
347 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 19) AND (id_product_attribute = 74) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.088
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5809 (getQuantity)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
485 |
SELECT SQL_NO_CACHE sr.*
FROM ps_avanamegamenu_submenu_row sr
WHERE sr.id_avanamegamenu_item = 2 AND sr.`active` = 1 ORDER BY sr.position ASC |
0.088
ms
|
4 |
Yes
|
|
/modules/avanamegamenu/avanamegamenu.php:593
/modules/avanamegamenu/avanamegamenu.php:881 (getRowInfo)
/modules/avanamegamenu/avanamegamenu.php:1000 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:688 (hookDisplayMegamenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
526 |
SELECT SQL_NO_CACHE sr.*
FROM ps_avanamverticalmenu_submenu_row sr
WHERE sr.id_avanamverticalmenu_item = 3 AND sr.`active` = 1 ORDER BY sr.position ASC |
0.088
ms
|
4 |
Yes
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:606
/modules/avanamverticalmenu/avanamverticalmenu.php:930 (getRowInfo)
/modules/avanamverticalmenu/avanamverticalmenu.php:1058 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
129 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 16 LIMIT 1 |
0.087
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
130 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `id_product` != 0 LIMIT 1 |
0.087
ms
|
12 |
|
|
/classes/SpecificPrice.php:297
/classes/SpecificPrice.php:360 (filterOutField)
/classes/SpecificPrice.php:548 (computeExtraConditions)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
247 |
SELECT SQL_NO_CACHE ps.*
FROM ps_avanamverticalmenu_submenu ps
WHERE ps.`id_avanamverticalmenu_item` = 6 LIMIT 1 |
0.087
ms
|
9 |
|
|
/modules/avanamverticalmenu/classes/AvanamVerticalmenuSubmenuClass.php:85
/modules/avanamverticalmenu/avanamverticalmenu.php:1475 (getSubmenuConfig)
/modules/avanamverticalmenu/avanamverticalmenu.php:984 (generateCss)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 7) 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:5797 (getQuantity)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
297 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 63 |
0.087
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
316 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 10 |
0.087
ms
|
1 |
|
|
/classes/Product.php:2899
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:683 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/modules/avanamverticalmenu/avanamverticalmenu.php:780 (present)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
403 |
SELECT SQL_NO_CACHE sr.*
FROM ps_avanamegamenu_submenu_row sr
WHERE sr.id_avanamegamenu_item = 2 AND sr.`active` = 1 ORDER BY sr.position ASC |
0.087
ms
|
4 |
Yes
|
|
/modules/avanamegamenu/avanamegamenu.php:593
/modules/avanamegamenu/avanamegamenu.php:881 (getRowInfo)
/modules/avanamegamenu/avanamegamenu.php:952 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:673 (hookDisplayMegamenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
135 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 16
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.086
ms
|
0 |
|
|
/classes/SpecificPrice.php:256
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
255 |
SELECT SQL_NO_CACHE sr.*
FROM ps_avanamverticalmenu_submenu_row sr
WHERE sr.id_avanamverticalmenu_item = 1 AND sr.`active` = 1 ORDER BY sr.position ASC |
0.086
ms
|
4 |
Yes
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:606
/modules/avanamverticalmenu/avanamverticalmenu.php:930 (getRowInfo)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
274 |
SELECT SQL_NO_CACHE sr.*
FROM ps_avanamverticalmenu_submenu_row sr
WHERE sr.id_avanamverticalmenu_item = 3 AND sr.`active` = 1 ORDER BY sr.position ASC |
0.086
ms
|
4 |
Yes
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:606
/modules/avanamverticalmenu/avanamverticalmenu.php:930 (getRowInfo)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
287 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 7 LIMIT 1 |
0.086
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5797 (getQuantity)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
345 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 19) 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:5797 (getQuantity)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
353 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 74 |
0.086
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
132 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `id_product_attribute` != 0 LIMIT 1 |
0.086
ms
|
2 |
|
|
/classes/SpecificPrice.php:297
/classes/SpecificPrice.php:368 (filterOutField)
/classes/SpecificPrice.php:548 (computeExtraConditions)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
327 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 5 LIMIT 1 |
0.086
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5797 (getQuantity)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
249 |
SELECT SQL_NO_CACHE ps.*
FROM ps_avanamverticalmenu_submenu ps
WHERE ps.`id_avanamverticalmenu_item` = 8 LIMIT 1 |
0.085
ms
|
9 |
|
|
/modules/avanamverticalmenu/classes/AvanamVerticalmenuSubmenuClass.php:85
/modules/avanamverticalmenu/avanamverticalmenu.php:1475 (getSubmenuConfig)
/modules/avanamverticalmenu/avanamverticalmenu.php:984 (generateCss)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 19 |
0.085
ms
|
3 |
|
|
/classes/Product.php:2899
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:683 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/modules/avanamverticalmenu/avanamverticalmenu.php:780 (present)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1058 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
244 |
SELECT SQL_NO_CACHE ps.*
FROM ps_avanamverticalmenu_submenu ps
WHERE ps.`id_avanamverticalmenu_item` = 3 LIMIT 1 |
0.085
ms
|
9 |
|
|
/modules/avanamverticalmenu/classes/AvanamVerticalmenuSubmenuClass.php:85
/modules/avanamverticalmenu/avanamverticalmenu.php:1475 (getSubmenuConfig)
/modules/avanamverticalmenu/avanamverticalmenu.php:984 (generateCss)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
248 |
SELECT SQL_NO_CACHE ps.*
FROM ps_avanamverticalmenu_submenu ps
WHERE ps.`id_avanamverticalmenu_item` = 7 LIMIT 1 |
0.085
ms
|
9 |
|
|
/modules/avanamverticalmenu/classes/AvanamVerticalmenuSubmenuClass.php:85
/modules/avanamverticalmenu/avanamverticalmenu.php:1475 (getSubmenuConfig)
/modules/avanamverticalmenu/avanamverticalmenu.php:984 (generateCss)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
299 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 7 |
0.085
ms
|
4 |
|
|
/classes/Product.php:2899
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:683 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/modules/avanamverticalmenu/avanamverticalmenu.php:780 (present)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
305 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 2
AND `active` = 1 LIMIT 1 |
0.085
ms
|
1 |
|
|
/classes/Manufacturer.php:312
/classes/Product.php:5669 (getNameById)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
133 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `from` BETWEEN '2025-09-23 00:00:00' AND '2025-09-23 23:59:59' LIMIT 1 |
0.084
ms
|
1 |
|
|
/classes/SpecificPrice.php:377
/classes/SpecificPrice.php:548 (computeExtraConditions)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
245 |
SELECT SQL_NO_CACHE ps.*
FROM ps_avanamverticalmenu_submenu ps
WHERE ps.`id_avanamverticalmenu_item` = 4 LIMIT 1 |
0.084
ms
|
9 |
|
|
/modules/avanamverticalmenu/classes/AvanamVerticalmenuSubmenuClass.php:85
/modules/avanamverticalmenu/avanamverticalmenu.php:1475 (getSubmenuConfig)
/modules/avanamverticalmenu/avanamverticalmenu.php:984 (generateCss)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
512 |
SELECT SQL_NO_CACHE sr.*
FROM ps_avanamverticalmenu_submenu_row sr
WHERE sr.id_avanamverticalmenu_item = 1 AND sr.`active` = 1 ORDER BY sr.position ASC |
0.084
ms
|
4 |
Yes
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:606
/modules/avanamverticalmenu/avanamverticalmenu.php:930 (getRowInfo)
/modules/avanamverticalmenu/avanamverticalmenu.php:1058 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 id_shop
FROM `ps_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
0.084
ms
|
1 |
|
|
/classes/ObjectModel.php:1724
/classes/Group.php:400 (isAssociatedToShop)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/classes/controller/FrontController.php:467 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
310 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 10 LIMIT 1 |
0.084
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5797 (getQuantity)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
325 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 5 AND id_shop=1 LIMIT 1 |
0.084
ms
|
1 |
|
|
/classes/Product.php:6873
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 2 LIMIT 1 |
0.084
ms
|
0 |
|
|
/classes/Category.php:1373
/classes/Product.php:758 (getLinkRewrite)
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/PRS5_digitazz/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:44 (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/PRS5_digitazz/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1c39660_78978467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:363 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazz/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1c107c7_90799760)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/7e/36/29/7e36293a2f8b70c297c892950a5215627d91840c_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1bb1272_86003745)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/64/56/8d/64568d0e5afe302feed1639d984d5d83a1d8a508_2.file.avanamverticalmenu.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1b9cf20_20499565)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2260 (fetch)
/modules/avanamverticalmenu/avanamverticalmenu.php:1030 (display)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
504 |
SELECT SQL_NO_CACHE sr.*
FROM ps_avanamegamenu_submenu_row sr
WHERE sr.id_avanamegamenu_item = 5 AND sr.`active` = 1 ORDER BY sr.position ASC |
0.084
ms
|
4 |
Yes
|
|
/modules/avanamegamenu/avanamegamenu.php:593
/modules/avanamegamenu/avanamegamenu.php:881 (getRowInfo)
/modules/avanamegamenu/avanamegamenu.php:1000 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:688 (hookDisplayMegamenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
333 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 5 |
0.083
ms
|
1 |
|
|
/classes/Product.php:2899
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:683 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/modules/avanamverticalmenu/avanamverticalmenu.php:780 (present)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
312 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 10) 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:5797 (getQuantity)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
355 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 19 |
0.083
ms
|
3 |
|
|
/classes/Product.php:2899
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:683 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/modules/avanamverticalmenu/avanamverticalmenu.php:780 (present)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 `id_lang` FROM `ps_lang` WHERE `iso_code` = 'zh' LIMIT 1 |
0.082
ms
|
4 |
|
|
/classes/Language.php:854
/classes/Tools.php:627 (getIdByIso)
/classes/Dispatcher.php:236 (switchLanguage)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
41 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 77 AND `id_shop` = 1 LIMIT 1 |
0.082
ms
|
1 |
|
|
/classes/module/Module.php:2137
/modules/templatemelacore/templatemelacore.php:3409 (isEnabled)
/modules/templatemelacore/templatemelacore.php:3294 (renderOptions)
/modules/templatemelacore/templatemelacore.php:3635 (_prepHook)
/classes/Hook.php:1083 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:1004 (exec)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
55 |
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM ps_required_field |
0.082
ms
|
1 |
|
|
/classes/ObjectModel.php:1589
/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/NewProductsController.php:45 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
256 |
SELECT SQL_NO_CACHE sr.*
FROM ps_avanamverticalmenu_submenu_row sr
WHERE sr.id_avanamverticalmenu_item = 1 AND sr.`active` = 1 ORDER BY sr.position ASC |
0.082
ms
|
4 |
Yes
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:606
/modules/avanamverticalmenu/avanamverticalmenu.php:932 (getRowInfo)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 1 FROM `ps_specific_price` WHERE id_product = 10 LIMIT 1 |
0.082
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
329 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 5) 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:5797 (getQuantity)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 COUNT(*) FROM `ps_pack` WHERE id_product_pack = 19 LIMIT 1 |
0.082
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5797 (getQuantity)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
377 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 7) AND (id_product_attribute = 64) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.082
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/PRS5_digitazz/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:44 (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/PRS5_digitazz/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1c39660_78978467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:363 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazz/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1c107c7_90799760)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/7e/36/29/7e36293a2f8b70c297c892950a5215627d91840c_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1bb1272_86003745)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/64/56/8d/64568d0e5afe302feed1639d984d5d83a1d8a508_2.file.avanamverticalmenu.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1b9cf20_20499565)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2260 (fetch)
/modules/avanamverticalmenu/avanamverticalmenu.php:1030 (display)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 0
AND `active` = 1 LIMIT 1 |
0.082
ms
|
0 |
|
|
/classes/Manufacturer.php:312
/var/cache/dev/smarty/compile/PRS5_digitazz/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:146 (getNameById)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazz/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazz/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1c107c7_90799760)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/7e/36/29/7e36293a2f8b70c297c892950a5215627d91840c_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1bb1272_86003745)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/64/56/8d/64568d0e5afe302feed1639d984d5d83a1d8a508_2.file.avanamverticalmenu.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1b9cf20_20499565)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2260 (fetch)
/modules/avanamverticalmenu/avanamverticalmenu.php:1030 (display)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
487 |
SELECT SQL_NO_CACHE sr.*
FROM ps_avanamegamenu_submenu_row sr
WHERE sr.id_avanamegamenu_item = 2 AND sr.`active` = 1 ORDER BY sr.position ASC |
0.082
ms
|
4 |
Yes
|
|
/modules/avanamegamenu/avanamegamenu.php:593
/modules/avanamegamenu/avanamegamenu.php:883 (getRowInfo)
/modules/avanamegamenu/avanamegamenu.php:1000 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:688 (hookDisplayMegamenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
513 |
SELECT SQL_NO_CACHE sr.*
FROM ps_avanamverticalmenu_submenu_row sr
WHERE sr.id_avanamverticalmenu_item = 1 AND sr.`active` = 1 ORDER BY sr.position ASC |
0.082
ms
|
4 |
Yes
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:606
/modules/avanamverticalmenu/avanamverticalmenu.php:932 (getRowInfo)
/modules/avanamverticalmenu/avanamverticalmenu.php:1058 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
527 |
SELECT SQL_NO_CACHE sr.*
FROM ps_avanamverticalmenu_submenu_row sr
WHERE sr.id_avanamverticalmenu_item = 3 AND sr.`active` = 1 ORDER BY sr.position ASC |
0.082
ms
|
4 |
Yes
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:606
/modules/avanamverticalmenu/avanamverticalmenu.php:932 (getRowInfo)
/modules/avanamverticalmenu/avanamverticalmenu.php:1058 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
539 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 5 |
0.082
ms
|
1 |
|
|
/classes/Product.php:2899
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:683 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/modules/avanamverticalmenu/avanamverticalmenu.php:780 (present)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1058 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
40 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "avanambuilder" LIMIT 1 |
0.082
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/templatemelacore/templatemelacore.php:3409 (isEnabled)
/modules/templatemelacore/templatemelacore.php:3294 (renderOptions)
/modules/templatemelacore/templatemelacore.php:3635 (_prepHook)
/classes/Hook.php:1083 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:1004 (exec)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
285 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 7 AND id_shop=1 LIMIT 1 |
0.082
ms
|
1 |
|
|
/classes/Product.php:6873
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 `id_module` FROM `ps_module` WHERE `name` = "ps_legalcompliance" LIMIT 1 |
0.081
ms
|
0 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/classes/controller/FrontController.php:1669 (isEnabled)
/classes/controller/FrontController.php:1813 (getDisplayTaxesLabel)
/classes/controller/FrontController.php:562 (getTemplateVarPage)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/NewProductsController.php:45 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
232 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 79 AND `id_shop` = 1 LIMIT 1 |
0.081
ms
|
1 |
|
|
/classes/module/Module.php:2137
/modules/avanambuilder/includes/managers/widgets.php:122 (isEnabled)
/modules/avanambuilder/includes/managers/widgets.php:301 (init_widgets)
/modules/avanambuilder/includes/elements/column.php:1044 (get_widget_types)
/modules/avanambuilder/includes/base/element-base.php:911 (_get_default_child_type)
/modules/avanambuilder/includes/base/element-base.php:356 (get_child_type)
/modules/avanambuilder/includes/base/element-base.php:956 (add_child)
/modules/avanambuilder/includes/base/element-base.php:316 (init_children)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:124 (get_children)
/modules/avanambuilder/core/files/css/post.php:310 (add_controls_stack_style_rules)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:125 (render_styles)
/modules/avanambuilder/core/files/css/post.php:310 (add_controls_stack_style_rules)
/modules/avanambuilder/core/files/css/post.php:196 (render_styles)
/modules/avanambuilder/core/files/css/base.php:634 (render_css)
/modules/avanambuilder/core/files/base.php:152 (parse_content)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/avanambuilder/core/files/css/base.php:217 (get_meta)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/core/dynamic-tags/manager.php:434 (enqueue)
:undefined (after_enqueue_post_css)
/modules/avanambuilder/src/Wp_Helper.php:997 (call_user_func_array)
/modules/avanambuilder/core/files/css/base.php:281 (do_action)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/includes/frontend.php:894 (enqueue)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
336 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 7 AND id_category = 2 LIMIT 1 |
0.081
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
398 |
SELECT SQL_NO_CACHE ps.*
FROM ps_avanamegamenu_submenu ps
WHERE ps.`id_avanamegamenu_item` = 5 LIMIT 1 |
0.081
ms
|
6 |
|
|
/modules/avanamegamenu/classes/AvanaMegamenuSubmenuClass.php:85
/modules/avanamegamenu/avanamegamenu.php:1464 (getSubmenuConfig)
/modules/avanamegamenu/avanamegamenu.php:929 (generateCss)
/modules/avanambuilder/includes/widgets/ava-menu.php:673 (hookDisplayMegamenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
410 |
SELECT SQL_NO_CACHE sr.*
FROM ps_avanamegamenu_submenu_row sr
WHERE sr.id_avanamegamenu_item = 3 AND sr.`active` = 1 ORDER BY sr.position ASC |
0.081
ms
|
4 |
Yes
|
|
/modules/avanamegamenu/avanamegamenu.php:593
/modules/avanamegamenu/avanamegamenu.php:881 (getRowInfo)
/modules/avanamegamenu/avanamegamenu.php:952 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:673 (hookDisplayMegamenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
419 |
SELECT SQL_NO_CACHE sr.*
FROM ps_avanamegamenu_submenu_row sr
WHERE sr.id_avanamegamenu_item = 4 AND sr.`active` = 1 ORDER BY sr.position ASC |
0.081
ms
|
4 |
Yes
|
|
/modules/avanamegamenu/avanamegamenu.php:593
/modules/avanamegamenu/avanamegamenu.php:883 (getRowInfo)
/modules/avanamegamenu/avanamegamenu.php:952 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:673 (hookDisplayMegamenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
492 |
SELECT SQL_NO_CACHE sr.*
FROM ps_avanamegamenu_submenu_row sr
WHERE sr.id_avanamegamenu_item = 3 AND sr.`active` = 1 ORDER BY sr.position ASC |
0.081
ms
|
4 |
Yes
|
|
/modules/avanamegamenu/avanamegamenu.php:593
/modules/avanamegamenu/avanamegamenu.php:881 (getRowInfo)
/modules/avanamegamenu/avanamegamenu.php:1000 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:688 (hookDisplayMegamenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
505 |
SELECT SQL_NO_CACHE sr.*
FROM ps_avanamegamenu_submenu_row sr
WHERE sr.id_avanamegamenu_item = 5 AND sr.`active` = 1 ORDER BY sr.position ASC |
0.081
ms
|
4 |
Yes
|
|
/modules/avanamegamenu/avanamegamenu.php:593
/modules/avanamegamenu/avanamegamenu.php:881 (getRowInfo)
/modules/avanamegamenu/avanamegamenu.php:1000 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:688 (hookDisplayMegamenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 sr.*
FROM ps_avanamegamenu_submenu_row sr
WHERE sr.id_avanamegamenu_item = 4 AND sr.`active` = 1 ORDER BY sr.position ASC |
0.081
ms
|
4 |
Yes
|
|
/modules/avanamegamenu/avanamegamenu.php:593
/modules/avanamegamenu/avanamegamenu.php:881 (getRowInfo)
/modules/avanamegamenu/avanamegamenu.php:952 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:673 (hookDisplayMegamenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
536 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 10 |
0.081
ms
|
1 |
|
|
/classes/Product.php:2899
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:683 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/modules/avanamverticalmenu/avanamverticalmenu.php:780 (present)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1058 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
134 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `to` BETWEEN '2025-09-23 00:00:00' AND '2025-09-23 23:59:59' LIMIT 1 |
0.080
ms
|
1 |
|
|
/classes/SpecificPrice.php:381
/classes/SpecificPrice.php:548 (computeExtraConditions)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
399 |
SELECT SQL_NO_CACHE ps.*
FROM ps_avanamegamenu_submenu ps
WHERE ps.`id_avanamegamenu_item` = 6 LIMIT 1 |
0.080
ms
|
6 |
|
|
/modules/avanamegamenu/classes/AvanaMegamenuSubmenuClass.php:85
/modules/avanamegamenu/avanamegamenu.php:1464 (getSubmenuConfig)
/modules/avanamegamenu/avanamegamenu.php:929 (generateCss)
/modules/avanambuilder/includes/widgets/ava-menu.php:673 (hookDisplayMegamenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
498 |
SELECT SQL_NO_CACHE sr.*
FROM ps_avanamegamenu_submenu_row sr
WHERE sr.id_avanamegamenu_item = 4 AND sr.`active` = 1 ORDER BY sr.position ASC |
0.080
ms
|
4 |
Yes
|
|
/modules/avanamegamenu/avanamegamenu.php:593
/modules/avanamegamenu/avanamegamenu.php:881 (getRowInfo)
/modules/avanamegamenu/avanamegamenu.php:1000 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:688 (hookDisplayMegamenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
322 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 5
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.080
ms
|
0 |
|
|
/classes/SpecificPrice.php:256
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 7 AND id_category = 7 LIMIT 1 |
0.079
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
229 |
SELECT SQL_NO_CACHE value FROM ps_avanam_builder_meta WHERE id = 1 AND name = 'elementor_disable_typography_schemes' LIMIT 1 |
0.079
ms
|
80 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1320
/modules/avanambuilder/src/Wp_Helper.php:1385 (get_post_meta)
/modules/avanambuilder/includes/managers/schemes.php:312 (get_option)
/modules/avanambuilder/includes/elements/section.php:1103 (get_enabled_schemes)
/modules/avanambuilder/includes/base/controls-stack.php:1931 (_register_controls)
/modules/avanambuilder/includes/base/controls-stack.php:515 (init_controls)
/modules/avanambuilder/includes/base/controls-stack.php:308 (get_stack)
/modules/avanambuilder/includes/base/controls-stack.php:1966 (get_controls)
/modules/avanambuilder/includes/base/controls-stack.php:1053 (sanitize_settings)
/modules/avanambuilder/includes/base/controls-stack.php:1806 (get_data)
/modules/avanambuilder/core/base/base-object.php:145 (get_init_settings)
/modules/avanambuilder/core/base/base-object.php:53 (ensure_settings)
/modules/avanambuilder/core/files/css/post.php:308 (get_settings)
/modules/avanambuilder/core/files/css/post.php:196 (render_styles)
/modules/avanambuilder/core/files/css/base.php:634 (render_css)
/modules/avanambuilder/core/files/base.php:152 (parse_content)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/avanambuilder/core/files/css/base.php:217 (get_meta)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/core/dynamic-tags/manager.php:434 (enqueue)
:undefined (after_enqueue_post_css)
/modules/avanambuilder/src/Wp_Helper.php:997 (call_user_func_array)
/modules/avanambuilder/core/files/css/base.php:281 (do_action)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/includes/frontend.php:894 (enqueue)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
379 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "productcomments" LIMIT 1 |
0.079
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/PRS5_digitazz/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:180 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazz/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:400 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazz/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1c107c7_90799760)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/7e/36/29/7e36293a2f8b70c297c892950a5215627d91840c_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1bb1272_86003745)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/64/56/8d/64568d0e5afe302feed1639d984d5d83a1d8a508_2.file.avanamverticalmenu.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1b9cf20_20499565)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2260 (fetch)
/modules/avanamverticalmenu/avanamverticalmenu.php:1030 (display)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 19) AND (id_product_attribute = 76) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.079
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/PRS5_digitazz/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:44 (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/PRS5_digitazz/16/dd/a6/16dda63b3454898bb54c022ce73168ec45bb0c44_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1c39660_78978467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:363 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazz/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1c107c7_90799760)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/7e/36/29/7e36293a2f8b70c297c892950a5215627d91840c_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1bb1272_86003745)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/64/56/8d/64568d0e5afe302feed1639d984d5d83a1d8a508_2.file.avanamverticalmenu.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1b9cf20_20499565)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2260 (fetch)
/modules/avanamverticalmenu/avanamverticalmenu.php:1030 (display)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
418 |
SELECT SQL_NO_CACHE sr.*
FROM ps_avanamegamenu_submenu_row sr
WHERE sr.id_avanamegamenu_item = 4 AND sr.`active` = 1 ORDER BY sr.position ASC |
0.079
ms
|
4 |
Yes
|
|
/modules/avanamegamenu/avanamegamenu.php:593
/modules/avanamegamenu/avanamegamenu.php:881 (getRowInfo)
/modules/avanamegamenu/avanamegamenu.php:952 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:673 (hookDisplayMegamenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
425 |
SELECT SQL_NO_CACHE sr.*
FROM ps_avanamegamenu_submenu_row sr
WHERE sr.id_avanamegamenu_item = 5 AND sr.`active` = 1 ORDER BY sr.position ASC |
0.079
ms
|
4 |
Yes
|
|
/modules/avanamegamenu/avanamegamenu.php:593
/modules/avanamegamenu/avanamegamenu.php:881 (getRowInfo)
/modules/avanamegamenu/avanamegamenu.php:952 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:673 (hookDisplayMegamenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
319 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 7 AND id_category = 2 LIMIT 1 |
0.079
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
380 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 22 AND `id_shop` = 1 LIMIT 1 |
0.079
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/PRS5_digitazz/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:180 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazz/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:400 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazz/15/86/c0/1586c09375173ba678fc64bd839a4d5c181745f9_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1c107c7_90799760)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/7e/36/29/7e36293a2f8b70c297c892950a5215627d91840c_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1bb1272_86003745)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/64/56/8d/64568d0e5afe302feed1639d984d5d83a1d8a508_2.file.avanamverticalmenu.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1b9cf20_20499565)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2260 (fetch)
/modules/avanamverticalmenu/avanamverticalmenu.php:1030 (display)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
397 |
SELECT SQL_NO_CACHE ps.*
FROM ps_avanamegamenu_submenu ps
WHERE ps.`id_avanamegamenu_item` = 4 LIMIT 1 |
0.079
ms
|
6 |
|
|
/modules/avanamegamenu/classes/AvanaMegamenuSubmenuClass.php:85
/modules/avanamegamenu/avanamegamenu.php:1464 (getSubmenuConfig)
/modules/avanamegamenu/avanamegamenu.php:929 (generateCss)
/modules/avanambuilder/includes/widgets/ava-menu.php:673 (hookDisplayMegamenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
309 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 10 AND `id_group` = 1 LIMIT 1 |
0.078
ms
|
0 |
|
|
/classes/GroupReduction.php:153
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
280 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 7 AND id_category = 2 LIMIT 1 |
0.078
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
303 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 7 AND id_category = 2 LIMIT 1 |
0.078
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
311 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 10 LIMIT 1 |
0.078
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5797 (getQuantity)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
341 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 19 AND id_shop=1 LIMIT 1 |
0.078
ms
|
1 |
|
|
/classes/Product.php:6873
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
404 |
SELECT SQL_NO_CACHE sr.*
FROM ps_avanamegamenu_submenu_row sr
WHERE sr.id_avanamegamenu_item = 2 AND sr.`active` = 1 ORDER BY sr.position ASC |
0.078
ms
|
4 |
Yes
|
|
/modules/avanamegamenu/avanamegamenu.php:593
/modules/avanamegamenu/avanamegamenu.php:881 (getRowInfo)
/modules/avanamegamenu/avanamegamenu.php:952 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:673 (hookDisplayMegamenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
412 |
SELECT SQL_NO_CACHE sr.*
FROM ps_avanamegamenu_submenu_row sr
WHERE sr.id_avanamegamenu_item = 3 AND sr.`active` = 1 ORDER BY sr.position ASC |
0.078
ms
|
4 |
Yes
|
|
/modules/avanamegamenu/avanamegamenu.php:593
/modules/avanamegamenu/avanamegamenu.php:883 (getRowInfo)
/modules/avanamegamenu/avanamegamenu.php:952 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:673 (hookDisplayMegamenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
499 |
SELECT SQL_NO_CACHE sr.*
FROM ps_avanamegamenu_submenu_row sr
WHERE sr.id_avanamegamenu_item = 4 AND sr.`active` = 1 ORDER BY sr.position ASC |
0.078
ms
|
4 |
Yes
|
|
/modules/avanamegamenu/avanamegamenu.php:593
/modules/avanamegamenu/avanamegamenu.php:881 (getRowInfo)
/modules/avanamegamenu/avanamegamenu.php:1000 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:688 (hookDisplayMegamenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
626 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 81 AND `id_shop` = 1 LIMIT 1 |
0.078
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/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:555 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:175 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
288 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 7 LIMIT 1 |
0.077
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5797 (getQuantity)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
405 |
SELECT SQL_NO_CACHE sr.*
FROM ps_avanamegamenu_submenu_row sr
WHERE sr.id_avanamegamenu_item = 2 AND sr.`active` = 1 ORDER BY sr.position ASC |
0.077
ms
|
4 |
Yes
|
|
/modules/avanamegamenu/avanamegamenu.php:593
/modules/avanamegamenu/avanamegamenu.php:883 (getRowInfo)
/modules/avanamegamenu/avanamegamenu.php:952 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:673 (hookDisplayMegamenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 sr.*
FROM ps_avanamegamenu_submenu_row sr
WHERE sr.id_avanamegamenu_item = 3 AND sr.`active` = 1 ORDER BY sr.position ASC |
0.077
ms
|
4 |
Yes
|
|
/modules/avanamegamenu/avanamegamenu.php:593
/modules/avanamegamenu/avanamegamenu.php:881 (getRowInfo)
/modules/avanamegamenu/avanamegamenu.php:952 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:673 (hookDisplayMegamenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
426 |
SELECT SQL_NO_CACHE sr.*
FROM ps_avanamegamenu_submenu_row sr
WHERE sr.id_avanamegamenu_item = 5 AND sr.`active` = 1 ORDER BY sr.position ASC |
0.077
ms
|
4 |
Yes
|
|
/modules/avanamegamenu/avanamegamenu.php:593
/modules/avanamegamenu/avanamegamenu.php:883 (getRowInfo)
/modules/avanamegamenu/avanamegamenu.php:952 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:673 (hookDisplayMegamenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
493 |
SELECT SQL_NO_CACHE sr.*
FROM ps_avanamegamenu_submenu_row sr
WHERE sr.id_avanamegamenu_item = 3 AND sr.`active` = 1 ORDER BY sr.position ASC |
0.077
ms
|
4 |
Yes
|
|
/modules/avanamegamenu/avanamegamenu.php:593
/modules/avanamegamenu/avanamegamenu.php:881 (getRowInfo)
/modules/avanamegamenu/avanamegamenu.php:1000 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:688 (hookDisplayMegamenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
500 |
SELECT SQL_NO_CACHE sr.*
FROM ps_avanamegamenu_submenu_row sr
WHERE sr.id_avanamegamenu_item = 4 AND sr.`active` = 1 ORDER BY sr.position ASC |
0.077
ms
|
4 |
Yes
|
|
/modules/avanamegamenu/avanamegamenu.php:593
/modules/avanamegamenu/avanamegamenu.php:883 (getRowInfo)
/modules/avanamegamenu/avanamegamenu.php:1000 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:688 (hookDisplayMegamenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
506 |
SELECT SQL_NO_CACHE sr.*
FROM ps_avanamegamenu_submenu_row sr
WHERE sr.id_avanamegamenu_item = 5 AND sr.`active` = 1 ORDER BY sr.position ASC |
0.077
ms
|
4 |
Yes
|
|
/modules/avanamegamenu/avanamegamenu.php:593
/modules/avanamegamenu/avanamegamenu.php:883 (getRowInfo)
/modules/avanamegamenu/avanamegamenu.php:1000 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:688 (hookDisplayMegamenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
494 |
SELECT SQL_NO_CACHE sr.*
FROM ps_avanamegamenu_submenu_row sr
WHERE sr.id_avanamegamenu_item = 3 AND sr.`active` = 1 ORDER BY sr.position ASC |
0.076
ms
|
4 |
Yes
|
|
/modules/avanamegamenu/avanamegamenu.php:593
/modules/avanamegamenu/avanamegamenu.php:883 (getRowInfo)
/modules/avanamegamenu/avanamegamenu.php:1000 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:688 (hookDisplayMegamenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
326 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 5 AND `id_group` = 1 LIMIT 1 |
0.076
ms
|
0 |
|
|
/classes/GroupReduction.php:153
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
10 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 7
AND id_shop = 1 LIMIT 1 |
0.075
ms
|
1 |
|
|
/classes/ObjectModel.php:1724
/config/config.inc.php:216 (isAssociatedToShop)
/index.php:27 (require)
|
51 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 6 LIMIT 1 |
0.074
ms
|
1 |
|
|
/classes/Country.php:402
/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/NewProductsController.php:45 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
240 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 74 AND `id_shop` = 1 LIMIT 1 |
0.074
ms
|
1 |
|
|
/classes/module/Module.php:2137
/modules/avanambuilder/includes/managers/widgets.php:138 (isEnabled)
/modules/avanambuilder/includes/managers/widgets.php:301 (init_widgets)
/modules/avanambuilder/includes/elements/column.php:1044 (get_widget_types)
/modules/avanambuilder/includes/base/element-base.php:911 (_get_default_child_type)
/modules/avanambuilder/includes/base/element-base.php:356 (get_child_type)
/modules/avanambuilder/includes/base/element-base.php:956 (add_child)
/modules/avanambuilder/includes/base/element-base.php:316 (init_children)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:124 (get_children)
/modules/avanambuilder/core/files/css/post.php:310 (add_controls_stack_style_rules)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:125 (render_styles)
/modules/avanambuilder/core/files/css/post.php:310 (add_controls_stack_style_rules)
/modules/avanambuilder/core/files/css/post.php:196 (render_styles)
/modules/avanambuilder/core/files/css/base.php:634 (render_css)
/modules/avanambuilder/core/files/base.php:152 (parse_content)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/avanambuilder/core/files/css/base.php:217 (get_meta)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/core/dynamic-tags/manager.php:434 (enqueue)
:undefined (after_enqueue_post_css)
/modules/avanambuilder/src/Wp_Helper.php:997 (call_user_func_array)
/modules/avanambuilder/core/files/css/base.php:281 (do_action)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/includes/frontend.php:894 (enqueue)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 10 AND id_shop=1 LIMIT 1 |
0.074
ms
|
1 |
|
|
/classes/Product.php:6873
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.073
ms
|
0 |
|
|
/classes/module/Module.php:2137
/classes/controller/FrontController.php:1669 (isEnabled)
/classes/controller/FrontController.php:1813 (getDisplayTaxesLabel)
/classes/controller/FrontController.php:562 (getTemplateVarPage)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/NewProductsController.php:45 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
286 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 7 AND `id_group` = 1 LIMIT 1 |
0.070
ms
|
0 |
|
|
/classes/GroupReduction.php:153
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
235 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "avanamcompare" LIMIT 1 |
0.070
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/avanambuilder/includes/managers/widgets.php:130 (isEnabled)
/modules/avanambuilder/includes/managers/widgets.php:301 (init_widgets)
/modules/avanambuilder/includes/elements/column.php:1044 (get_widget_types)
/modules/avanambuilder/includes/base/element-base.php:911 (_get_default_child_type)
/modules/avanambuilder/includes/base/element-base.php:356 (get_child_type)
/modules/avanambuilder/includes/base/element-base.php:956 (add_child)
/modules/avanambuilder/includes/base/element-base.php:316 (init_children)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:124 (get_children)
/modules/avanambuilder/core/files/css/post.php:310 (add_controls_stack_style_rules)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:125 (render_styles)
/modules/avanambuilder/core/files/css/post.php:310 (add_controls_stack_style_rules)
/modules/avanambuilder/core/files/css/post.php:196 (render_styles)
/modules/avanambuilder/core/files/css/base.php:634 (render_css)
/modules/avanambuilder/core/files/base.php:152 (parse_content)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/avanambuilder/core/files/css/base.php:217 (get_meta)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/core/dynamic-tags/manager.php:434 (enqueue)
:undefined (after_enqueue_post_css)
/modules/avanambuilder/src/Wp_Helper.php:997 (call_user_func_array)
/modules/avanambuilder/core/files/css/base.php:281 (do_action)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/includes/frontend.php:894 (enqueue)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
328 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 5 LIMIT 1 |
0.069
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5797 (getQuantity)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 `id_module` FROM `ps_module` WHERE `name` = "blockwishlist" LIMIT 1 |
0.068
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/avanambuilder/includes/managers/widgets.php:126 (isEnabled)
/modules/avanambuilder/includes/managers/widgets.php:301 (init_widgets)
/modules/avanambuilder/includes/elements/column.php:1044 (get_widget_types)
/modules/avanambuilder/includes/base/element-base.php:911 (_get_default_child_type)
/modules/avanambuilder/includes/base/element-base.php:356 (get_child_type)
/modules/avanambuilder/includes/base/element-base.php:956 (add_child)
/modules/avanambuilder/includes/base/element-base.php:316 (init_children)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:124 (get_children)
/modules/avanambuilder/core/files/css/post.php:310 (add_controls_stack_style_rules)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:125 (render_styles)
/modules/avanambuilder/core/files/css/post.php:310 (add_controls_stack_style_rules)
/modules/avanambuilder/core/files/css/post.php:196 (render_styles)
/modules/avanambuilder/core/files/css/base.php:634 (render_css)
/modules/avanambuilder/core/files/base.php:152 (parse_content)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/avanambuilder/core/files/css/base.php:217 (get_meta)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/core/dynamic-tags/manager.php:434 (enqueue)
:undefined (after_enqueue_post_css)
/modules/avanambuilder/src/Wp_Helper.php:997 (call_user_func_array)
/modules/avanambuilder/core/files/css/base.php:281 (do_action)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/includes/frontend.php:894 (enqueue)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
234 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 3 AND `id_shop` = 1 LIMIT 1 |
0.067
ms
|
1 |
|
|
/classes/module/Module.php:2137
/modules/avanambuilder/includes/managers/widgets.php:126 (isEnabled)
/modules/avanambuilder/includes/managers/widgets.php:301 (init_widgets)
/modules/avanambuilder/includes/elements/column.php:1044 (get_widget_types)
/modules/avanambuilder/includes/base/element-base.php:911 (_get_default_child_type)
/modules/avanambuilder/includes/base/element-base.php:356 (get_child_type)
/modules/avanambuilder/includes/base/element-base.php:956 (add_child)
/modules/avanambuilder/includes/base/element-base.php:316 (init_children)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:124 (get_children)
/modules/avanambuilder/core/files/css/post.php:310 (add_controls_stack_style_rules)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:125 (render_styles)
/modules/avanambuilder/core/files/css/post.php:310 (add_controls_stack_style_rules)
/modules/avanambuilder/core/files/css/post.php:196 (render_styles)
/modules/avanambuilder/core/files/css/base.php:634 (render_css)
/modules/avanambuilder/core/files/base.php:152 (parse_content)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/avanambuilder/core/files/css/base.php:217 (get_meta)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/core/dynamic-tags/manager.php:434 (enqueue)
:undefined (after_enqueue_post_css)
/modules/avanambuilder/src/Wp_Helper.php:997 (call_user_func_array)
/modules/avanambuilder/core/files/css/base.php:281 (do_action)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/includes/frontend.php:894 (enqueue)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 `id_module` FROM `ps_module` WHERE `name` = "avanamegamenu" LIMIT 1 |
0.066
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/avanambuilder/includes/managers/widgets.php:134 (isEnabled)
/modules/avanambuilder/includes/managers/widgets.php:301 (init_widgets)
/modules/avanambuilder/includes/elements/column.php:1044 (get_widget_types)
/modules/avanambuilder/includes/base/element-base.php:911 (_get_default_child_type)
/modules/avanambuilder/includes/base/element-base.php:356 (get_child_type)
/modules/avanambuilder/includes/base/element-base.php:956 (add_child)
/modules/avanambuilder/includes/base/element-base.php:316 (init_children)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:124 (get_children)
/modules/avanambuilder/core/files/css/post.php:310 (add_controls_stack_style_rules)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:125 (render_styles)
/modules/avanambuilder/core/files/css/post.php:310 (add_controls_stack_style_rules)
/modules/avanambuilder/core/files/css/post.php:196 (render_styles)
/modules/avanambuilder/core/files/css/base.php:634 (render_css)
/modules/avanambuilder/core/files/base.php:152 (parse_content)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/avanambuilder/core/files/css/base.php:217 (get_meta)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/core/dynamic-tags/manager.php:434 (enqueue)
:undefined (after_enqueue_post_css)
/modules/avanambuilder/src/Wp_Helper.php:997 (call_user_func_array)
/modules/avanambuilder/core/files/css/base.php:281 (do_action)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/includes/frontend.php:894 (enqueue)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 `id_module` FROM `ps_module_shop` WHERE `id_module` = 78 AND `id_shop` = 1 LIMIT 1 |
0.066
ms
|
1 |
|
|
/classes/module/Module.php:2137
/modules/avanambuilder/includes/managers/widgets.php:130 (isEnabled)
/modules/avanambuilder/includes/managers/widgets.php:301 (init_widgets)
/modules/avanambuilder/includes/elements/column.php:1044 (get_widget_types)
/modules/avanambuilder/includes/base/element-base.php:911 (_get_default_child_type)
/modules/avanambuilder/includes/base/element-base.php:356 (get_child_type)
/modules/avanambuilder/includes/base/element-base.php:956 (add_child)
/modules/avanambuilder/includes/base/element-base.php:316 (init_children)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:124 (get_children)
/modules/avanambuilder/core/files/css/post.php:310 (add_controls_stack_style_rules)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:125 (render_styles)
/modules/avanambuilder/core/files/css/post.php:310 (add_controls_stack_style_rules)
/modules/avanambuilder/core/files/css/post.php:196 (render_styles)
/modules/avanambuilder/core/files/css/base.php:634 (render_css)
/modules/avanambuilder/core/files/base.php:152 (parse_content)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/avanambuilder/core/files/css/base.php:217 (get_meta)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/core/dynamic-tags/manager.php:434 (enqueue)
:undefined (after_enqueue_post_css)
/modules/avanambuilder/src/Wp_Helper.php:997 (call_user_func_array)
/modules/avanambuilder/core/files/css/base.php:281 (do_action)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/includes/frontend.php:894 (enqueue)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
342 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 19 AND `id_group` = 1 LIMIT 1 |
0.066
ms
|
0 |
|
|
/classes/GroupReduction.php:153
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
344 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 19 LIMIT 1 |
0.065
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5797 (getQuantity)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
238 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 75 AND `id_shop` = 1 LIMIT 1 |
0.064
ms
|
1 |
|
|
/classes/module/Module.php:2137
/modules/avanambuilder/includes/managers/widgets.php:134 (isEnabled)
/modules/avanambuilder/includes/managers/widgets.php:301 (init_widgets)
/modules/avanambuilder/includes/elements/column.php:1044 (get_widget_types)
/modules/avanambuilder/includes/base/element-base.php:911 (_get_default_child_type)
/modules/avanambuilder/includes/base/element-base.php:356 (get_child_type)
/modules/avanambuilder/includes/base/element-base.php:956 (add_child)
/modules/avanambuilder/includes/base/element-base.php:316 (init_children)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:124 (get_children)
/modules/avanambuilder/core/files/css/post.php:310 (add_controls_stack_style_rules)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:125 (render_styles)
/modules/avanambuilder/core/files/css/post.php:310 (add_controls_stack_style_rules)
/modules/avanambuilder/core/files/css/post.php:196 (render_styles)
/modules/avanambuilder/core/files/css/base.php:634 (render_css)
/modules/avanambuilder/core/files/base.php:152 (parse_content)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/avanambuilder/core/files/css/base.php:217 (get_meta)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/core/dynamic-tags/manager.php:434 (enqueue)
:undefined (after_enqueue_post_css)
/modules/avanambuilder/src/Wp_Helper.php:997 (call_user_func_array)
/modules/avanambuilder/core/files/css/base.php:281 (do_action)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/includes/frontend.php:894 (enqueue)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
239 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "avanamverticalmenu" LIMIT 1 |
0.063
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/avanambuilder/includes/managers/widgets.php:138 (isEnabled)
/modules/avanambuilder/includes/managers/widgets.php:301 (init_widgets)
/modules/avanambuilder/includes/elements/column.php:1044 (get_widget_types)
/modules/avanambuilder/includes/base/element-base.php:911 (_get_default_child_type)
/modules/avanambuilder/includes/base/element-base.php:356 (get_child_type)
/modules/avanambuilder/includes/base/element-base.php:956 (add_child)
/modules/avanambuilder/includes/base/element-base.php:316 (init_children)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:124 (get_children)
/modules/avanambuilder/core/files/css/post.php:310 (add_controls_stack_style_rules)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:125 (render_styles)
/modules/avanambuilder/core/files/css/post.php:310 (add_controls_stack_style_rules)
/modules/avanambuilder/core/files/css/post.php:196 (render_styles)
/modules/avanambuilder/core/files/css/base.php:634 (render_css)
/modules/avanambuilder/core/files/base.php:152 (parse_content)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/avanambuilder/core/files/css/base.php:217 (get_meta)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/core/dynamic-tags/manager.php:434 (enqueue)
:undefined (after_enqueue_post_css)
/modules/avanambuilder/src/Wp_Helper.php:997 (call_user_func_array)
/modules/avanambuilder/core/files/css/base.php:281 (do_action)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/includes/frontend.php:894 (enqueue)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/81/a8/5e/81a85e7af6ddca05cc1edba17091dd510e0220c6_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a17fb4f1_94933516)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/93/29/9d/93299d5d20e8efdab798a57a438b0eff8b325aeb_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a1731406_26086357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/45/b6/b7/45b6b71fb6140eb0185ec774edb0740c8dcad429_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16e1829_06656293)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/09/54/02/09540295bc11b804e8e2f10146d10894cf18274e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16d4626_87950483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/de/67/f3/de67f357e9a8d08b1646022b36f1026da796b886_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d234a16a6187_91408724)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|