134 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, 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 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_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature_value=30)) AND ((fp_1.id_feature_value=25)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=8 AND c.nright<=9 GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) LEFT JOIN ps_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=24)) AND ((fp_1.id_feature_value=30)) AND ((fp_2.id_feature_value=25)) GROUP BY fp.id_feature_value |
60.218
ms
|
2488990000 |
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:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
118 |
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 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_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) LEFT JOIN ps_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature_value=30)) AND ((fp_1.id_feature_value=25)) AND ((fp_2.id_feature_value IN (10228, 7413, 6562, 6577, 7821, 8310, 8758))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=8 AND c.nright<=9 GROUP BY p.id_product) p LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) LEFT JOIN ps_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature_value=30)) AND ((fp_1.id_feature_value=25)) AND ((fp_2.id_feature_value IN (10228, 7413, 6562, 6577, 7821, 8310, 8758))) GROUP BY p.id_manufacturer |
18.378
ms
|
152251250 |
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:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
125 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, 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 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_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) LEFT JOIN ps_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature_value=30)) AND ((fp_1.id_feature_value=25)) AND ((fp_2.id_feature_value IN (10228, 7413, 6562, 6577, 7821, 8310, 8758))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=8 AND c.nright<=9 GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) LEFT JOIN ps_feature_product fp_2 ON (p.id_product = fp_2.id_product) LEFT JOIN ps_feature_product fp_3 ON (p.id_product = fp_3.id_product) WHERE ((fp.id_feature=9)) AND ((fp_1.id_feature_value=30)) AND ((fp_2.id_feature_value=25)) AND ((fp_3.id_feature_value IN (10228, 7413, 6562, 6577, 7821, 8310, 8758))) GROUP BY fp.id_feature_value |
15.645
ms
|
152251250 |
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:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
121 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, 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 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_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature_value=30)) AND ((fp_1.id_feature_value IN (10228, 7413, 6562, 6577, 7821, 8310, 8758))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=8 AND c.nright<=9 GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) LEFT JOIN ps_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=6)) AND ((fp_1.id_feature_value=30)) AND ((fp_2.id_feature_value IN (10228, 7413, 6562, 6577, 7821, 8310, 8758))) GROUP BY fp.id_feature_value |
15.480
ms
|
6090050 |
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:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
132 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, 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 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_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) LEFT JOIN ps_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature_value=30)) AND ((fp_1.id_feature_value=25)) AND ((fp_2.id_feature_value IN (10228, 7413, 6562, 6577, 7821, 8310, 8758))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=8 AND c.nright<=9 GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) LEFT JOIN ps_feature_product fp_2 ON (p.id_product = fp_2.id_product) LEFT JOIN ps_feature_product fp_3 ON (p.id_product = fp_3.id_product) WHERE ((fp.id_feature=15)) AND ((fp_1.id_feature_value=30)) AND ((fp_2.id_feature_value=25)) AND ((fp_3.id_feature_value IN (10228, 7413, 6562, 6577, 7821, 8310, 8758))) GROUP BY fp.id_feature_value |
15.460
ms
|
152251250 |
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:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
119 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, 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 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_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature_value=25)) AND ((fp_1.id_feature_value IN (10228, 7413, 6562, 6577, 7821, 8310, 8758))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=8 AND c.nright<=9 GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) LEFT JOIN ps_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=7)) AND ((fp_1.id_feature_value=25)) AND ((fp_2.id_feature_value IN (10228, 7413, 6562, 6577, 7821, 8310, 8758))) GROUP BY fp.id_feature_value |
12.943
ms
|
6090050 |
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:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
123 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, 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 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_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) LEFT JOIN ps_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature_value=30)) AND ((fp_1.id_feature_value=25)) AND ((fp_2.id_feature_value IN (10228, 7413, 6562, 6577, 7821, 8310, 8758))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=8 AND c.nright<=9 GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) LEFT JOIN ps_feature_product fp_2 ON (p.id_product = fp_2.id_product) LEFT JOIN ps_feature_product fp_3 ON (p.id_product = fp_3.id_product) WHERE ((fp.id_feature=26)) AND ((fp_1.id_feature_value=30)) AND ((fp_2.id_feature_value=25)) AND ((fp_3.id_feature_value IN (10228, 7413, 6562, 6577, 7821, 8310, 8758))) GROUP BY fp.id_feature_value |
11.818
ms
|
152251250 |
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:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
130 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, 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 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_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) LEFT JOIN ps_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature_value=30)) AND ((fp_1.id_feature_value=25)) AND ((fp_2.id_feature_value IN (10228, 7413, 6562, 6577, 7821, 8310, 8758))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=8 AND c.nright<=9 GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) LEFT JOIN ps_feature_product fp_2 ON (p.id_product = fp_2.id_product) LEFT JOIN ps_feature_product fp_3 ON (p.id_product = fp_3.id_product) WHERE ((fp.id_feature=8)) AND ((fp_1.id_feature_value=30)) AND ((fp_2.id_feature_value=25)) AND ((fp_3.id_feature_value IN (10228, 7413, 6562, 6577, 7821, 8310, 8758))) GROUP BY fp.id_feature_value |
11.572
ms
|
152251250 |
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:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
127 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, 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 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_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) LEFT JOIN ps_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature_value=30)) AND ((fp_1.id_feature_value=25)) AND ((fp_2.id_feature_value IN (10228, 7413, 6562, 6577, 7821, 8310, 8758))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=8 AND c.nright<=9 GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) LEFT JOIN ps_feature_product fp_2 ON (p.id_product = fp_2.id_product) LEFT JOIN ps_feature_product fp_3 ON (p.id_product = fp_3.id_product) WHERE ((fp.id_feature=29)) AND ((fp_1.id_feature_value=30)) AND ((fp_2.id_feature_value=25)) AND ((fp_3.id_feature_value IN (10228, 7413, 6562, 6577, 7821, 8310, 8758))) GROUP BY fp.id_feature_value |
10.929
ms
|
152251250 |
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:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
114 |
SELECT SQL_NO_CACHE p.id_product, sa.out_of_stock 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 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_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) LEFT JOIN ps_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature_value=30)) AND ((fp_1.id_feature_value=25)) AND ((fp_2.id_feature_value IN (10228, 7413, 6562, 6577, 7821, 8310, 8758))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=8 AND c.nright<=9 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 ) GROUP BY p.id_product ORDER BY IFNULL(p.quantity, 0) <= 0, IFNULL(p.quantity, 0) <= 0 AND FIELD(sa.out_of_stock, 0) ASC, p.date_add DESC, p.id_product DESC |
8.168
ms
|
76125625 |
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:187 (getProductByFilters)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
128 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, 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 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_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) LEFT JOIN ps_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature_value=30)) AND ((fp_1.id_feature_value=25)) AND ((fp_2.id_feature_value IN (10228, 7413, 6562, 6577, 7821, 8310, 8758))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=8 AND c.nright<=9 GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) LEFT JOIN ps_feature_product fp_2 ON (p.id_product = fp_2.id_product) LEFT JOIN ps_feature_product fp_3 ON (p.id_product = fp_3.id_product) WHERE ((fp.id_feature=14)) AND ((fp_1.id_feature_value=30)) AND ((fp_2.id_feature_value=25)) AND ((fp_3.id_feature_value IN (10228, 7413, 6562, 6577, 7821, 8310, 8758))) GROUP BY fp.id_feature_value |
7.422
ms
|
4468750 |
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:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
116 |
SELECT SQL_NO_CACHE 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 = 1 AND psi.id_country = 125) 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_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) LEFT JOIN ps_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature_value=30)) AND ((fp_1.id_feature_value=25)) AND ((fp_2.id_feature_value IN (10228, 7413, 6562, 6577, 7821, 8310, 8758))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=8 AND c.nright<=9 |
7.135
ms
|
8725 |
|
|
/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:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
137 |
SELECT SQL_NO_CACHE 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 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_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) LEFT JOIN ps_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature_value=30)) AND ((fp_1.id_feature_value=25)) AND ((fp_2.id_feature_value IN (10228, 7413, 6562, 6577, 7821, 8310, 8758))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=8 AND c.nright<=9 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_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) LEFT JOIN ps_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature_value=30)) AND ((fp_1.id_feature_value=25)) AND ((fp_2.id_feature_value IN (10228, 7413, 6562, 6577, 7821, 8310, 8758))) AND cg.id_group='1' AND c.level_depth<=4 AND c.nleft>8 AND c.nright<9 GROUP BY cp.id_category |
5.916
ms
|
15500000 |
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:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
135 |
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `ps_feature_value` v LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 3) LEFT JOIN `ps_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 3) WHERE v.`id_feature` = 24 ORDER BY vl.`value` ASC |
4.687
ms
|
286 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
/modules/ps_facetedsearch/src/Filters/Block.php:864 (getFeatureValues)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
2 |
SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
FROM `ps_configuration` c
LEFT JOIN `ps_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
4.605
ms
|
3450 |
|
|
/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)
|
139 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-05-30 00:00:00',
INTERVAL 360 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 = 3
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 (3210,1983,8776,8775,8770,8764,8723,8634,8633,8632,8556,8368,8325,8282,8268,7193,7171,7156,6941,6940,6761,6745,6744,6004,5984,4740,3213,2875) |
3.808
ms
|
28 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:203 (addMissingProductFieldsForMultipleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
154 |
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 |
3.482
ms
|
511 |
|
|
/classes/Hook.php:459
/classes/Hook.php:496 (getHookModuleList)
/classes/tax/TaxManagerFactory.php:67 (getModulesFromHook)
/classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory)
/classes/Product.php:3925 (getManager)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
153 |
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 |
3.190
ms
|
0 |
|
|
/classes/Hook.php:1348
/classes/Hook.php:228 (getAllHookIds)
/classes/tax/TaxManagerFactory.php:67 (getIdByName)
/classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory)
/classes/Product.php:3925 (getManager)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
166 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 1983) |
3.186
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
113 |
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `ps_feature_value` v LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 3) LEFT JOIN `ps_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 3) WHERE v.`id_feature` = 24 ORDER BY vl.`value` ASC |
2.768
ms
|
286 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
/modules/ps_facetedsearch/src/Filters/Converter.php:402 (getFeatureValues)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:163 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
14 |
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `ps_module` m
INNER JOIN ps_module_shop module_shop
ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 1 AND module_shop.enable_device & 1)
INNER JOIN `ps_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `ps_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `ps_module_group` `mg` ON mg.`id_module` = m.`id_module`
WHERE (h.`name` != "paymentOptions") AND (hm.`id_shop` = 1) AND (mg.id_shop = 1 AND mg.`id_group` IN (1))
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position` |
2.707
ms
|
102 |
Yes
|
Yes
|
/classes/Hook.php:1289
/classes/Hook.php:738 (getAllHookRegistrations)
/classes/Hook.php:848 (getHookModuleExecList)
/classes/Dispatcher.php:606 (exec)
/override/classes/Dispatcher.php:77 (loadRoutes)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
326 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 7193 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 7193 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
2.130
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
96 |
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` = 3 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 3 AND c.`nright` >= 20 AND c.`nleft` >= 2 AND c.`nright` <= 63 ORDER BY `nleft` DESC |
2.084
ms
|
2 |
|
|
/classes/Category.php:1600
/override/classes/Link.php:117 (getParentsCategories)
/controllers/front/listing/CategoryController.php:251 (getCategoryLink)
/classes/controller/FrontController.php:1876 (getBreadcrumbLinks)
/classes/controller/FrontController.php:568 (getBreadcrumb)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
187 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 125, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 125) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 8775) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-05-30 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-30 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 |
2.070
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
420 |
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` = 3
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5984) AND (b.`id_shop` = 1) LIMIT 1 |
2.033
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)
/override/classes/Link.php:298 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
314 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 8268 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 8268 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
2.015
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
176 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 125, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 125) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 8776) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-05-30 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-30 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 |
2.003
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
165 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 125, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 125) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 1983) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-05-30 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-30 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1.958
ms
|
3 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
242 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 125, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 125) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 8633) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-05-30 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-30 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1.938
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
315 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 8268
ORDER BY f.position ASC |
1.925
ms
|
20 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
466 |
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` = 3)
WHERE i.`id_product` = 1983
ORDER BY `position` |
1.852
ms
|
1 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
434 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 125, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 125) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 4740) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-05-30 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-30 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1.833
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
399 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 125, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 125) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 6744) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-05-30 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-30 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1.792
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
117 |
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` = 3)WHERE 1 AND m.`active` = 1 ORDER BY m.`name` ASC |
1.789
ms
|
28 |
Yes
|
|
/classes/Manufacturer.php:211
/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:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
309 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 125, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 125) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 8268) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-05-30 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-30 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1.783
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
220 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 125, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 125) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 8723) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-05-30 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-30 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1.781
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
13 |
SELECT SQL_NO_CACHE lower(name) as name
FROM `ps_hook` h
WHERE (h.active = 1) |
1.752
ms
|
1085 |
|
|
/classes/Hook.php:1388
/classes/Hook.php:817 (getHookStatusByName)
/classes/Dispatcher.php:606 (exec)
/override/classes/Dispatcher.php:77 (loadRoutes)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
21 |
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 |
1.742
ms
|
180 |
Yes
|
|
/classes/Dispatcher.php:654
/override/classes/Dispatcher.php:77 (loadRoutes)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
321 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 125, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 125) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 7193) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-05-30 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-30 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1.704
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
303 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 8282 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 8282 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.671
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
354 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 125, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 125) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 6941) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-05-30 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-30 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1.658
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
209 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 125, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 125) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 8764) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-05-30 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-30 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1.639
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
521 |
SELECT SQL_NO_CACHE p.id_product, pl.link_rewrite, pl.name FROM `ps_product` p LEFT JOIN `ps_product_lang` pl ON pl.id_product = p.id_product WHERE p.id_product = 6941 AND pl.id_lang = 3 LIMIT 1 |
1.633
ms
|
1 |
|
|
/modules/arseopro/classes/ArSeoProJsonLD.php:272
/modules/arseopro/arseopro.php:357 (buildProductListJson)
/classes/Hook.php:1083 (hookActionProductSearchAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:445 (exec)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
304 |
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 = 3)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 8282
ORDER BY f.position ASC |
1.621
ms
|
20 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
150 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 125, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 125) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3210) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-05-30 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-30 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1.617
ms
|
3 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
270 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 8556 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 8556 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.609
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
182 |
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 = 3)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 8776
ORDER BY f.position ASC |
1.582
ms
|
20 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
253 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 125, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 125) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 8632) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-05-30 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-30 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1.579
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
170 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1983 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1983 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.568
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
231 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 125, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 125) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 8634) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-05-30 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-30 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1.538
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
193 |
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 = 3)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 8775
ORDER BY f.position ASC |
1.529
ms
|
20 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
159 |
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 = 3)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 3210
ORDER BY f.position ASC |
1.527
ms
|
20 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
237 |
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 = 3)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 8634
ORDER BY f.position ASC |
1.525
ms
|
20 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
181 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 8776 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 8776 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.523
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
138 |
REPLACE INTO ps_layered_filter_block (hash, data) VALUES ("e43ea5a107a8a55baaaca10431bda8e4", "a:1:{s:7:\"filters\";a:11:{i:0;a:12:{s:9:\"type_lite\";s:5:\"price\";s:4:\"type\";s:5:\"price\";s:6:\"id_key\";i:0;s:4:\"name\";s:8:\"Цена\";s:3:\"max\";d:1876;s:3:\"min\";d:38;s:4:\"unit\";s:3:\"€\";s:14:\"specifications\";a:11:{s:6:\"symbol\";a:11:{i:0;s:1:\",\";i:1;s:2:\" \";i:2;s:1:\";\";i:3;s:1:\"%\";i:4;s:1:\"-\";i:5;s:1:\"+\";i:6;s:1:\"E\";i:7;s:2:\"×\";i:8;s:3:\"‰\";i:9;s:3:\"∞\";i:10;s:16:\"не число\";}s:12:\"currencyCode\";s:3:\"EUR\";s:14:\"currencySymbol\";s:3:\"€\";s:13:\"numberSymbols\";a:11:{i:0;s:1:\",\";i:1;s:2:\" \";i:2;s:1:\";\";i:3;s:1:\"%\";i:4;s:1:\"-\";i:5;s:1:\"+\";i:6;s:1:\"E\";i:7;s:2:\"×\";i:8;s:3:\"‰\";i:9;s:3:\"∞\";i:10;s:16:\"не число\";}s:15:\"positivePattern\";s:12:\"#,##0.00 ¤\";s:15:\"negativePattern\";s:13:\"-#,##0.00 ¤\";s:17:\"maxFractionDigits\";i:2;s:17:\"minFractionDigits\";i:2;s:12:\"groupingUsed\";b:1;s:16:\"primaryGroupSize\";i:3;s:18:\"secondaryGroupSize\";i:3;}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:3;s:3:\"nbr\";i:28;s:5:\"value\";N;}i:1;a:7:{s:9:\"type_lite\";s:12:\"manufacturer\";s:4:\"type\";s:12:\"manufacturer\";s:6:\"id_key\";i:0;s:4:\"name\";s:10:\"Бренд\";s:6:\"values\";a:7:{i:5;a:2:{s:4:\"name\";s:7:\"Maytoni\";s:3:\"nbr\";s:1:\"6\";}i:32;a:2:{s:4:\"name\";s:6:\"Italux\";s:3:\"nbr\";s:1:\"9\";}i:36;a:2:{s:4:\"name\";s:6:\"Lucide\";s:3:\"nbr\";s:1:\"3\";}i:40;a:2:{s:4:\"name\";s:11:\"Nowodvorski\";s:3:\"nbr\";s:1:\"3\";}i:45;a:2:{s:4:\"name\";s:15:\"ACB Iluminacion\";s:3:\"nbr\";s:1:\"1\";}i:48;a:2:{s:4:\"name\";s:7:\"Nordlux\";s:3:\"nbr\";s:1:\"1\";}i:49;a:2:{s:4:\"name\";s:9:\"Nova Luce\";s:3:\"nbr\";s:1:\"5\";}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:2;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";s:1:\"7\";s:6:\"values\";a:5:{i:27;a:4:{s:3:\"nbr\";s:2:\"11\";s:4:\"name\";s:15:\"Aлюминий\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:30;a:5:{s:3:\"nbr\";s:2:\"28\";s:4:\"name\";s:11:\"Cтекло\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:22;a:4:{s:3:\"nbr\";s:2:\"30\";s:4:\"name\";s:11:\"Mеталл\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:57;a:4:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:33:\"Нержавеющая сталь\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:47;a:4:{s:3:\"nbr\";s:1:\"4\";s:4:\"name\";s:14:\"Пластик\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:4:\"name\";s:15:\"Mатериал\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:3;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";s:1:\"6\";s:6:\"values\";a:8:{i:50;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:11:\"Hикель\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:19;a:4:{s:3:\"nbr\";s:1:\"4\";s:4:\"name\";s:10:\"Белая\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:33;a:4:{s:3:\"nbr\";s:1:\"5\";s:4:\"name\";s:12:\"Бронза\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:35;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:12:\"Дерева\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:25;a:5:{s:3:\"nbr\";s:2:\"28\";s:4:\"name\";s:14:\"Золотая\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:43;a:4:{s:3:\"nbr\";s:2:\"25\";s:4:\"name\";s:12:\"Латунь\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:20;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:8:\"Хром\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:18;a:4:{s:3:\"nbr\";s:2:\"50\";s:4:\"name\";s:12:\"Черная\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:4:\"name\";s:8:\"Цвет\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:4;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";s:2:\"26\";s:6:\"values\";a:6:{i:454;a:4:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:23:\"Tонированное\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:456;a:4:{s:3:\"nbr\";s:2:\"11\";s:4:\"name\";s:10:\"Белое\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:8590;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:16:\"Дымчатое\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:457;a:4:{s:3:\"nbr\";s:1:\"9\";s:4:\"name\";s:20:\"Прозрачное\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:8430;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:10:\"Серое\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:455;a:4:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:16:\"Янтарное\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:4:\"name\";s:21:\"Цвет стекла\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:5;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";s:1:\"9\";s:6:\"values\";a:4:{i:32;a:4:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:3:\"E14\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:29;a:4:{s:3:\"nbr\";s:2:\"14\";s:4:\"name\";s:3:\"E27\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:42;a:4:{s:3:\"nbr\";s:1:\"5\";s:4:\"name\";s:2:\"G9\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:24;a:4:{s:3:\"nbr\";s:1:\"7\";s:4:\"name\";s:3:\"LED\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:4:\"name\";s:12:\"Цоколь\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:6;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";s:2:\"14\";s:6:\"values\";a:1:{i:8967;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:47:\"Дистанционное управление\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:4:\"name\";s:43:\"Дополнительные функции\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:7;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";s:1:\"8\";s:6:\"values\";a:1:{i:23;a:4:{s:3:\"nbr\";s:2:\"27\";s:4:\"name\";s:4:\"IP20\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:4:\"name\";s:28:\"Класс защиты (IP)\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:8;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";s:2:\"15\";s:6:\"values\";a:2:{i:81;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:5:\"2700k\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:80;a:4:{s:3:\"nbr\";s:1:\"7\";s:4:\"name\";s:5:\"3000k\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:4:\"name\";s:27:\"Спектр света (K)\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:9;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";s:2:\"24\";s:6:\"values\";a:91:{i:7423;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:4:\"8 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:9010;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:6:\"8,1 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:9191;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:6:\"9,4 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:8143;a:4:{s:3:\"nbr\";s:2:\"12\";s:4:\"name\";s:5:\"10 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:9138;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:7:\"10,5 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:8490;a:4:{s:3:\"nbr\";s:1:\"6\";s:4:\"name\";s:5:\"11 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:6751;a:4:{s:3:\"nbr\";s:1:\"8\";s:4:\"name\";s:5:\"12 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:6738;a:4:{s:3:\"nbr\";s:1:\"4\";s:4:\"name\";s:5:\"13 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:8477;a:4:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:7:\"13,5 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:7240;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:5:\"14 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:8537;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:7:\"14,5 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:8381;a:4:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:7:\"14,7 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:7555;a:4:{s:3:\"nbr\";s:2:\"14\";s:4:\"name\";s:5:\"15 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:7413;a:5:{s:3:\"nbr\";s:1:\"5\";s:4:\"name\";s:5:\"16 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:6760;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:5:\"17 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:8960;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:7:\"17,5 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:8371;a:4:{s:3:\"nbr\";s:1:\"7\";s:4:\"name\";s:5:\"18 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:8243;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:5:\"19 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:6939;a:4:{s:3:\"nbr\";s:2:\"19\";s:4:\"name\";s:5:\"20 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:7226;a:4:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:5:\"22 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:8428;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:5:\"24 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:6565;a:4:{s:3:\"nbr\";s:1:\"6\";s:4:\"name\";s:5:\"25 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:8719;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:7:\"25,5 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:6758;a:4:{s:3:\"nbr\";s:1:\"6\";s:4:\"name\";s:5:\"26 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:8402;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:5:\"27 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:6756;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:5:\"28 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:10239;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:7:\"28,1 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:8952;a:4:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:5:\"29 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:6562;a:5:{s:3:\"nbr\";s:2:\"14\";s:4:\"name\";s:5:\"30 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:8305;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:7:\"30,2 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:6594;a:4:{s:3:\"nbr\";s:1:\"4\";s:4:\"name\";s:5:\"31 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:7323;a:4:{s:3:\"nbr\";s:1:\"4\";s:4:\"name\";s:5:\"32 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:6872;a:4:{s:3:\"nbr\";s:1:\"4\";s:4:\"name\";s:5:\"33 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:7408;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:5:\"34 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:6577;a:5:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:5:\"35 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:8140;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:5:\"37 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:6776;a:4:{s:3:\"nbr\";s:1:\"5\";s:4:\"name\";s:5:\"38 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:8936;a:4:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:7:\"39,5 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:6806;a:4:{s:3:\"nbr\";s:1:\"7\";s:4:\"name\";s:5:\"40 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:8116;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:5:\"41 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:8059;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:5:\"42 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:9608;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:7:\"42,5 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:8261;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:5:\"43 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:7821;a:5:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:5:\"44 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:7352;a:4:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:5:\"45 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:9179;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:7:\"45,7 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:8306;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:5:\"46 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:8484;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:5:\"47 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:8310;a:5:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:5:\"48 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:9232;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:7:\"48,8 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:8411;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:5:\"49 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:6570;a:4:{s:3:\"nbr\";s:1:\"5\";s:4:\"name\";s:5:\"50 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:7310;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:5:\"51 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:6799;a:4:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:5:\"52 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:8624;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:7:\"52,8 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:8151;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:5:\"53 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:8242;a:4:{s:3:\"nbr\";s:1:\"5\";s:4:\"name\";s:5:\"55 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:6660;a:4:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:5:\"56 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:6801;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:7:\"56,6 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:7255;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:5:\"58 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:6779;a:4:{s:3:\"nbr\";s:1:\"8\";s:4:\"name\";s:5:\"60 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:9231;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:7:\"60,8 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:8401;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:5:\"61 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:7407;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:5:\"62 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:8615;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:7:\"62,6 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:6754;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:5:\"63 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:7807;a:4:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:5:\"64 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:7261;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:5:\"65 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:8392;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:7:\"65,6 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:6663;a:4:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:5:\"66 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:8444;a:4:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:5:\"67 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:7951;a:4:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:5:\"68 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:7103;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:5:\"69 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:8257;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:5:\"71 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:8344;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:5:\"73 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:8499;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:5:\"77 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:8258;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:5:\"79 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:6812;a:4:{s:3:\"nbr\";s:1:\"6\";s:4:\"name\";s:5:\"80 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:8612;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:7:\"81,2 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:8065;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:5:\"85 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:8286;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:5:\"87 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:8394;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:7:\"87,5 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:9027;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:7:\"90,7 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:8758;a:5:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:5:\"91 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:9198;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:5:\"96 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:7820;a:4:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:6:\"100 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:8588;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:6:\"103 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:10228;a:5:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:6:\"104 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:10231;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:6:\"118 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:7196;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:6:\"127 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:8390;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:8:\"131,5 cm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:4:\"name\";s:14:\"Диаметр\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:10;a:7:{s:9:\"type_lite\";s:8:\"category\";s:4:\"type\";s:8:\"category\";s:6:\"id_key\";i:0;s:4:\"name\";s:18:\"Категории\";s:6:\"values\";a:0:{}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}}}") |
1.510
ms
|
1 |
|
|
/modules/ps_facetedsearch/src/Filters/Block.php:211
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (insertIntoCache)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
365 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 125, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 125) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 6940) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-05-30 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-30 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1.505
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
296 |
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` = 3
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8282) AND (b.`id_shop` = 1) LIMIT 1 |
1.500
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)
/override/classes/Link.php:298 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
445 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 125, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 125) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3213) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-05-30 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-30 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1.480
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
332 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 125, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 125) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 7171) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-05-30 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-30 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1.475
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
198 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 125, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 125) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 8770) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-05-30 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-30 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1.453
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
435 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 4740) |
1.436
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
158 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3210 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3210 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.435
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
255 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 8632 AND id_shop=1 LIMIT 1 |
1.435
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
236 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 8634 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 8634 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.434
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
171 |
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 = 3)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 1983
ORDER BY f.position ASC |
1.433
ms
|
20 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
258 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 8632 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 8632 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.407
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
214 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 8764 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 8764 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.398
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
360 |
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 = 3)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 6941
ORDER BY f.position ASC |
1.393
ms
|
20 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
281 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 8368 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 8368 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.385
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
265 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 125, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 125) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 8556) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-05-30 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-30 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1.382
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
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` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 7156 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 7156 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.379
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
417 |
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 = 3)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 6004
ORDER BY f.position ASC |
1.379
ms
|
20 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
359 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 6941 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 6941 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.375
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
276 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 125, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 125) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 8368) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-05-30 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-30 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1.371
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
52 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 20
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.361
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/controllers/front/listing/CategoryController.php:230 (getSubCategories)
/controllers/front/listing/CategoryController.php:118 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
192 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 8775 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 8775 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.358
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
126 |
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `ps_feature_value` v LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 3) LEFT JOIN `ps_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 3) WHERE v.`id_feature` = 9 ORDER BY vl.`value` ASC |
1.356
ms
|
9 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
/modules/ps_facetedsearch/src/Filters/Block.php:864 (getFeatureValues)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
16 |
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ps_hook` |
1.337
ms
|
1085 |
|
|
/classes/Hook.php:1348
/classes/Hook.php:228 (getAllHookIds)
/classes/Hook.php:857 (getIdByName)
/classes/Dispatcher.php:606 (exec)
/override/classes/Dispatcher.php:77 (loadRoutes)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
450 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3213 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3213 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.326
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
247 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 8633 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 8633 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.322
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
298 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 125, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 125) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 8282) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-05-30 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-30 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1.316
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
215 |
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 = 3)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 8764
ORDER BY f.position ASC |
1.311
ms
|
20 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
343 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 125, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 125) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 7156) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-05-30 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-30 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1.307
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
327 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 7193
ORDER BY f.position ASC |
1.287
ms
|
20 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
226 |
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 = 3)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 8723
ORDER BY f.position ASC |
1.286
ms
|
20 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
307 |
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` = 3
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8268) AND (b.`id_shop` = 1) LIMIT 1 |
1.283
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/override/classes/Link.php:298 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
388 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 125, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 125) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 6745) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-05-30 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-30 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1.277
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
349 |
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 = 3)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 7156
ORDER BY f.position ASC |
1.272
ms
|
20 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
107 |
SELECT SQL_NO_CACHE cp.`id_product` as id
FROM `ps_category_product` cp
WHERE cp.`id_category` = 20
ORDER BY `position` ASC |
1.263
ms
|
2144 |
|
|
/classes/Category.php:2059
/modules/arseopro/classes/ArSeoProCanonical.php:237 (getProductsWs)
/modules/arseopro/arseopro.php:267 (getCanonicalData)
/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/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
451 |
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 = 3)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 3213
ORDER BY f.position ASC |
1.254
ms
|
20 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
225 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 8723 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 8723 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.251
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
422 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 125, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 125) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 5984) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-05-30 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-30 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1.240
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
204 |
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 = 3)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 8770
ORDER BY f.position ASC |
1.233
ms
|
20 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
377 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 125, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 125) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 6761) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-05-30 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-30 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1.229
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
0 |
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM ps_shop_url su
LEFT JOIN ps_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'www.tavagaisma.lv' OR su.domain_ssl = 'www.tavagaisma.lv')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
1.226
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:1364
/classes/shop/Shop.php:355 (findShopByHost)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
411 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 125, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 125) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 6004) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-05-30 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-30 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1.226
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
248 |
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 = 3)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 8633
ORDER BY f.position ASC |
1.223
ms
|
20 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
157 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3210) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.217
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
287 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 125, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 125) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 8325) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-05-30 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-30 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1.217
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
185 |
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` = 3
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8775) AND (b.`id_shop` = 1) LIMIT 1 |
1.208
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/override/classes/Link.php:298 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
133 |
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `ps_feature_value` v LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 3) LEFT JOIN `ps_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 3) WHERE v.`id_feature` = 15 ORDER BY vl.`value` ASC |
1.204
ms
|
22 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
/modules/ps_facetedsearch/src/Filters/Block.php:864 (getFeatureValues)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
573 |
SELECT SQL_NO_CACHE * FROM ps_arseopro_redirect WHERE (`from` = "/ru/vnutrennee-osvesshenie/podvesnye-lampy/?q=M%D0%B0%D1%82%D0%B5%D1%80%D0%B8%D0%B0%D0%BB-C%D1%82%D0%B5%D0%BA%D0%BB%D0%BE%2F%D0%A6%D0%B2%D0%B5%D1%82-%D0%97%D0%BE%D0%BB%D0%BE%D1%82%D0%B0%D1%8F%2F%D0%94%D0%B8%D0%B0%D0%BC%D0%B5%D1%82%D1%80-30+cm-35+cm-44+cm-48+cm-91+cm-104+cm-16+cm" OR `from` = "https://www.tavagaisma.lv/ru/vnutrennee-osvesshenie/podvesnye-lampy/?q=M%D0%B0%D1%82%D0%B5%D1%80%D0%B8%D0%B0%D0%BB-C%D1%82%D0%B5%D0%BA%D0%BB%D0%BE%2F%D0%A6%D0%B2%D0%B5%D1%82-%D0%97%D0%BE%D0%BB%D0%BE%D1%82%D0%B0%D1%8F%2F%D0%94%D0%B8%D0%B0%D0%BC%D0%B5%D1%82%D1%80-30+cm-35+cm-44+cm-48+cm-91+cm-104+cm-16+cm") AND id_shop IN(0, 1) AND status = 1 ORDER BY id_redirect DESC LIMIT 1 |
1.200
ms
|
2 |
Yes
|
|
/modules/arseopro/arseopro.php:851
/override/classes/Dispatcher.php:106 (redirect)
/override/classes/Dispatcher.php:124 (arSEOredirect)
/modules/ps_mainmenu/ps_mainmenu.php:1433 (getController)
/modules/ps_mainmenu/ps_mainmenu.php:1481 (getCurrentPageIdentifier)
/modules/creativeelements/modules/theme/widgets/nav-menu.php:700 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/classes/CESmarty.php:157 (printElement)
/modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback)
/modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode)
/modules/creativeelements/core/base/document.php:693 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/13/37/b5/1337b5e3c4afe317596a5c3e180261999c2aa8dd_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_12631649446839f7d7dc1394_31992451)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/13/37/b5/1337b5e3c4afe317596a5c3e180261999c2aa8dd_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7efb1e2_58795470)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a3/e7/ee/a3e7ee6c6f3a8a903ced2f5668dd63145ef2919c_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7db7371_69671904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
302 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 8282) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.199
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
143 |
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` = 3
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3210) AND (b.`id_shop` = 1) LIMIT 1 |
1.195
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/override/classes/Link.php:298 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
363 |
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` = 3
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6940) AND (b.`id_shop` = 1) LIMIT 1 |
1.183
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)
/override/classes/Link.php:298 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
174 |
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` = 3
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8776) AND (b.`id_shop` = 1) LIMIT 1 |
1.163
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)
/override/classes/Link.php:298 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
456 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 125, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 125) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 2875) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-05-30 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-30 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1.163
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
129 |
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `ps_feature_value` v LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 3) LEFT JOIN `ps_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 3) WHERE v.`id_feature` = 14 ORDER BY vl.`value` ASC |
1.161
ms
|
13 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
/modules/ps_facetedsearch/src/Filters/Block.php:864 (getFeatureValues)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
282 |
SELECT SQL_NO_CACHE 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 = 3)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 8368
ORDER BY f.position ASC |
1.156
ms
|
20 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
136 |
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` = 3
AND c.`active` = 1
ORDER BY c.nleft, c.position |
1.132
ms
|
32 |
Yes
|
|
/classes/Category.php:724
/modules/ps_facetedsearch/src/Filters/Block.php:986 (getAllCategoriesName)
/modules/ps_facetedsearch/src/Filters/Block.php:158 (getCategoriesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
292 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 8325 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 8325 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.114
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
574 |
SELECT SQL_NO_CACHE * FROM ps_arseopro_redirect WHERE (`from` = "/{lang}/vnutrennee-osvesshenie/podvesnye-lampy/?q=M%D0%B0%D1%82%D0%B5%D1%80%D0%B8%D0%B0%D0%BB-C%D1%82%D0%B5%D0%BA%D0%BB%D0%BE%2F%D0%A6%D0%B2%D0%B5%D1%82-%D0%97%D0%BE%D0%BB%D0%BE%D1%82%D0%B0%D1%8F%2F%D0%94%D0%B8%D0%B0%D0%BC%D0%B5%D1%82%D1%80-30+cm-35+cm-44+cm-48+cm-91+cm-104+cm-16+cm" OR `from` = "https://www.tavagaisma.lv/{lang}/vnutrennee-osvesshenie/podvesnye-lampy/?q=M%D0%B0%D1%82%D0%B5%D1%80%D0%B8%D0%B0%D0%BB-C%D1%82%D0%B5%D0%BA%D0%BB%D0%BE%2F%D0%A6%D0%B2%D0%B5%D1%82-%D0%97%D0%BE%D0%BB%D0%BE%D1%82%D0%B0%D1%8F%2F%D0%94%D0%B8%D0%B0%D0%BC%D0%B5%D1%82%D1%80-30+cm-35+cm-44+cm-48+cm-91+cm-104+cm-16+cm") AND id_shop IN(0, 1) AND status = 1 ORDER BY id_redirect DESC LIMIT 1 |
1.111
ms
|
2 |
Yes
|
|
/modules/arseopro/arseopro.php:859
/override/classes/Dispatcher.php:106 (redirect)
/override/classes/Dispatcher.php:124 (arSEOredirect)
/modules/ps_mainmenu/ps_mainmenu.php:1433 (getController)
/modules/ps_mainmenu/ps_mainmenu.php:1481 (getCurrentPageIdentifier)
/modules/creativeelements/modules/theme/widgets/nav-menu.php:700 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/classes/CESmarty.php:157 (printElement)
/modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback)
/modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode)
/modules/creativeelements/core/base/document.php:693 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/13/37/b5/1337b5e3c4afe317596a5c3e180261999c2aa8dd_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_12631649446839f7d7dc1394_31992451)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/13/37/b5/1337b5e3c4afe317596a5c3e180261999c2aa8dd_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7efb1e2_58795470)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a3/e7/ee/a3e7ee6c6f3a8a903ced2f5668dd63145ef2919c_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7db7371_69671904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8723) AND (b.`id_shop` = 1) LIMIT 1 |
1.104
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)
/override/classes/Link.php:298 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
393 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 6745 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 6745 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.104
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
538 |
SELECT SQL_NO_CACHE 1 FROM ps_cart_product cp INNER JOIN ps_product p
ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=0 LIMIT 1 |
1.100
ms
|
1 |
|
|
/classes/Cart.php:4255
/classes/Cart.php:4230 (hasProducts)
/classes/Cart.php:2145 (isVirtualCart)
/src/Adapter/Presenter/Cart/CartLazyArray.php:185 (getOrderTotal)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getTotals)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/5c/f0/91/5cf091b21a80cf305e535898e4eaa14f8abc577f_2.file.javascript.tpl.php:62 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7d90e47_94438034)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/0b/70/2e/0b702e53094c3e7b4fc4c0d6d797085bfdf85a92_2.file.javascript.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7d73676_31619916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/7f/53/9b/7f539bc8c310729a82a4954f35af873ed91685af_2.file.head.tpl.php:400 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/7f/53/9b/7f539bc8c310729a82a4954f35af873ed91685af_2.file.head.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7a7ee09_10333639)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:94 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1983) AND (b.`id_shop` = 1) LIMIT 1 |
1.099
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)
/override/classes/Link.php:298 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
492 |
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` = 3)
WHERE i.`id_product` = 2875
ORDER BY `position` |
1.096
ms
|
4 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
196 |
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` = 3
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8770) AND (b.`id_shop` = 1) LIMIT 1 |
1.088
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)
/override/classes/Link.php:298 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
471 |
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` = 3)
WHERE i.`id_product` = 8723
ORDER BY `position` |
1.077
ms
|
1 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
131 |
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `ps_feature_value` v LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 3) LEFT JOIN `ps_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 3) WHERE v.`id_feature` = 8 ORDER BY vl.`value` ASC |
1.074
ms
|
14 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
/modules/ps_facetedsearch/src/Filters/Block.php:864 (getFeatureValues)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
293 |
SELECT SQL_NO_CACHE 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 = 3)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 8325
ORDER BY f.position ASC |
1.074
ms
|
20 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
473 |
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` = 3)
WHERE i.`id_product` = 8633
ORDER BY `position` |
1.072
ms
|
1 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
177 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 8776) |
1.068
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
19 |
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 |
1.062
ms
|
95 |
|
|
/classes/module/Module.php:346
/modules/arseopro/arseopro.php:92 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/override/classes/Dispatcher.php:77 (loadRoutes)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
240 |
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` = 3
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8633) AND (b.`id_shop` = 1) LIMIT 1 |
1.053
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)
/override/classes/Link.php:298 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
149 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 3210
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
1.044
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
337 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 7171 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 7171 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.039
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
642 |
SELECT SQL_NO_CACHE lb.`id_link_block`
FROM ps_link_block lb
INNER JOIN ps_link_block_shop lbs ON lbs.`id_link_block` = lb.`id_link_block`
WHERE lb. `id_hook` = 35 AND lbs.`id_shop` = 1
ORDER by lbs.`position` |
1.030
ms
|
5 |
Yes
|
|
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:87
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1788 (_registerControls)
/modules/creativeelements/includes/base/widget-base.php:844 (initControls)
/modules/creativeelements/includes/base/controls-stack.php:458 (initControls)
/modules/creativeelements/includes/base/widget-base.php:169 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:250 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1826 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:966 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1679 (getData)
/modules/creativeelements/core/base/base-object.php:136 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:44 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:785 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:799 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:509 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/classes/CESmarty.php:157 (printElement)
/modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback)
/modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode)
/modules/creativeelements/core/base/document.php:693 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_20790307066839f7c68f72d7_25988310)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c691c701_38558862)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ef/99/59/ef9959d4e454228eca0eba141e4f76f2660caac4_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c68eb883_54138814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
110 |
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `ps_feature` f INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) LEFT JOIN `ps_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 3) LEFT JOIN `ps_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `ps_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 3) ORDER BY f.`position` ASC |
1.026
ms
|
400 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:171
/modules/ps_facetedsearch/src/Filters/Converter.php:388 (getFeatures)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:163 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
440 |
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 = 3)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 4740
ORDER BY f.position ASC |
1.018
ms
|
20 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
207 |
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` = 3
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8764) AND (b.`id_shop` = 1) LIMIT 1 |
1.017
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)
/override/classes/Link.php:298 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
338 |
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 = 3)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 7171
ORDER BY f.position ASC |
1.016
ms
|
20 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
140 |
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` = 3210
AND image_shop.`cover` = 1 LIMIT 1 |
1.016
ms
|
2 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
203 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 8770 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 8770 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.008
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
382 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 6761 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 6761 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.008
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
663 |
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 20040301 AND `name` = "_elementor_page_settings" LIMIT 1 |
1.005
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:274
/modules/creativeelements/core/settings/page/manager.php:237 (CE\get_post_meta)
/modules/creativeelements/core/settings/base/manager.php:312 (getSavedSettings)
/modules/creativeelements/core/settings/base/manager.php:109 (createModel)
/modules/creativeelements/core/settings/page/manager.php:78 (getModel)
/modules/creativeelements/core/settings/manager.php:171 (getModelForConfig)
/modules/creativeelements/includes/frontend.php:1007 (getSettingsFrontendConfig)
/modules/creativeelements/core/base/base-object.php:136 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:44 (ensureSettings)
/modules/creativeelements/core/base/app.php:40 (getSettings)
/modules/creativeelements/includes/frontend.php:501 (printConfig)
/modules/creativeelements/includes/frontend.php:582 (enqueueScripts)
/modules/creativeelements/classes/wrappers/Helper.php:305 (wpFooter)
/modules/creativeelements/classes/assets/CEAssetManager.php:180 (CE\do_action)
/modules/creativeelements/classes/assets/CEAssetManager.php:153 (fetchAssets)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63 (outputFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:255 (runFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 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 = 3)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 8556
ORDER BY f.position ASC |
1.002
ms
|
20 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
49 |
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 |
1.000
ms
|
95 |
|
|
/classes/module/Module.php:346
/modules/creativeelements/creativeelements.php:61 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:119 (newInstanceArgs)
/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:521 (exec)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
490 |
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` = 3)
WHERE i.`id_product` = 4740
ORDER BY `position` |
0.997
ms
|
3 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
485 |
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` = 3)
WHERE i.`id_product` = 6761
ORDER BY `position` |
0.983
ms
|
2 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
556 |
SELECT SQL_NO_CACHE * FROM ps_arseopro_redirect WHERE (`from` = "/{lang}/vnutrennee-osvesshenie/podvesnye-lampy/?q=M%D0%B0%D1%82%D0%B5%D1%80%D0%B8%D0%B0%D0%BB-C%D1%82%D0%B5%D0%BA%D0%BB%D0%BE%2F%D0%A6%D0%B2%D0%B5%D1%82-%D0%97%D0%BE%D0%BB%D0%BE%D1%82%D0%B0%D1%8F%2F%D0%94%D0%B8%D0%B0%D0%BC%D0%B5%D1%82%D1%80-30+cm-35+cm-44+cm-48+cm-91+cm-104+cm-16+cm" OR `from` = "https://www.tavagaisma.lv/{lang}/vnutrennee-osvesshenie/podvesnye-lampy/?q=M%D0%B0%D1%82%D0%B5%D1%80%D0%B8%D0%B0%D0%BB-C%D1%82%D0%B5%D0%BA%D0%BB%D0%BE%2F%D0%A6%D0%B2%D0%B5%D1%82-%D0%97%D0%BE%D0%BB%D0%BE%D1%82%D0%B0%D1%8F%2F%D0%94%D0%B8%D0%B0%D0%BC%D0%B5%D1%82%D1%80-30+cm-35+cm-44+cm-48+cm-91+cm-104+cm-16+cm") AND id_shop IN(0, 1) AND status = 1 ORDER BY id_redirect DESC LIMIT 1 |
0.978
ms
|
2 |
Yes
|
|
/modules/arseopro/arseopro.php:859
/override/classes/Dispatcher.php:106 (redirect)
/override/classes/Dispatcher.php:124 (arSEOredirect)
/classes/Link.php:1208 (getController)
/classes/Link.php:1498 (getLanguageLink)
/classes/Smarty/SmartyLazyRegister.php:81 (getUrlSmarty)
/var/cache/prod/smarty/compile/alysum/33/44/83/334483dcf47e21ec6548d4c3ad3c713bea491610_2.module.pkelementsviewstemplatespklanguages.tpl.php:63 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c5490ec5_30329449)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/pkelements/src/WidgetTemplate.php:46 (fetch)
/modules/pkelements/classes/WidgetPklanguages.php:192 (getTemplate)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/classes/CESmarty.php:157 (printElement)
/modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback)
/modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode)
/modules/creativeelements/core/base/document.php:693 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/13/37/b5/1337b5e3c4afe317596a5c3e180261999c2aa8dd_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_12631649446839f7d7dc1394_31992451)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/13/37/b5/1337b5e3c4afe317596a5c3e180261999c2aa8dd_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7efb1e2_58795470)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a3/e7/ee/a3e7ee6c6f3a8a903ced2f5668dd63145ef2919c_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7db7371_69671904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6744) AND (b.`id_shop` = 1) LIMIT 1 |
0.971
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)
/override/classes/Link.php:298 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
416 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 6004 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 6004 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.971
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
17 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.966
ms
|
95 |
|
|
/classes/module/Module.php:346
/modules/pkfavorites/pkfavorites.php:58 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/override/classes/Dispatcher.php:77 (loadRoutes)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
439 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4740 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4740 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.958
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
474 |
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` = 3)
WHERE i.`id_product` = 8632
ORDER BY `position` |
0.953
ms
|
3 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
427 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5984 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5984 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.952
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
383 |
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 = 3)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 6761
ORDER BY f.position ASC |
0.951
ms
|
20 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
404 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 6744 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 6744 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.951
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
480 |
SELECT SQL_NO_CACHE 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` = 3)
WHERE i.`id_product` = 7193
ORDER BY `position` |
0.949
ms
|
1 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
259 |
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 = 3)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 8632
ORDER BY f.position ASC |
0.938
ms
|
20 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
274 |
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` = 3
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8368) AND (b.`id_shop` = 1) LIMIT 1 |
0.935
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)
/override/classes/Link.php:298 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
294 |
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` = 8282
AND image_shop.`cover` = 1 LIMIT 1 |
0.922
ms
|
3 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
475 |
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` = 3)
WHERE i.`id_product` = 8556
ORDER BY `position` |
0.922
ms
|
2 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
120 |
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `ps_feature_value` v LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 3) LEFT JOIN `ps_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 3) WHERE v.`id_feature` = 7 ORDER BY vl.`value` ASC |
0.920
ms
|
16 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
/modules/ps_facetedsearch/src/Filters/Block.php:864 (getFeatureValues)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
486 |
SELECT SQL_NO_CACHE 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` = 3)
WHERE i.`id_product` = 6745
ORDER BY `position` |
0.919
ms
|
2 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
370 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 6940 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 6940 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.917
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
323 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 7193 AND id_shop=1 LIMIT 1 |
0.913
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
371 |
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 = 3)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 6940
ORDER BY f.position ASC |
0.913
ms
|
20 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
554 |
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` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 8 AND c.`nright` >= 9 AND c.`nleft` >= 2 AND c.`nright` <= 63 ORDER BY `nleft` DESC |
0.908
ms
|
5 |
|
|
/classes/Category.php:1600
/override/classes/Link.php:117 (getParentsCategories)
/classes/Link.php:1217 (getCategoryLink)
/classes/Link.php:1498 (getLanguageLink)
/classes/Smarty/SmartyLazyRegister.php:81 (getUrlSmarty)
/var/cache/prod/smarty/compile/alysum/33/44/83/334483dcf47e21ec6548d4c3ad3c713bea491610_2.module.pkelementsviewstemplatespklanguages.tpl.php:63 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c5490ec5_30329449)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/pkelements/src/WidgetTemplate.php:46 (fetch)
/modules/pkelements/classes/WidgetPklanguages.php:192 (getTemplate)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/classes/CESmarty.php:157 (printElement)
/modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback)
/modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode)
/modules/creativeelements/core/base/document.php:693 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/13/37/b5/1337b5e3c4afe317596a5c3e180261999c2aa8dd_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_12631649446839f7d7dc1394_31992451)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/13/37/b5/1337b5e3c4afe317596a5c3e180261999c2aa8dd_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7efb1e2_58795470)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a3/e7/ee/a3e7ee6c6f3a8a903ced2f5668dd63145ef2919c_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7db7371_69671904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
183 |
SELECT SQL_NO_CACHE 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` = 8775
AND image_shop.`cover` = 1 LIMIT 1 |
0.905
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
493 |
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` = 3 AND cl.id_shop = 1 ) WHERE c.`id_category` = 20 LIMIT 1 |
0.902
ms
|
1 |
|
|
/classes/Category.php:1585
/override/classes/Link.php:117 (getParentsCategories)
/modules/arseopro/classes/ArSeoProUrls.php:189 (getCategoryLink)
/override/classes/controller/FrontController.php:153 (overrideUpdateQueryStringBaseUrl)
/classes/controller/ProductListingFrontController.php:513 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:517 (array_map)
/classes/controller/ProductListingFrontController.php:404 (getTemplateVarPagination)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
461 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2875 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2875 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.899
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
341 |
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` = 3
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7156) AND (b.`id_shop` = 1) LIMIT 1 |
0.895
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)
/override/classes/Link.php:298 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
491 |
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` = 3)
WHERE i.`id_product` = 3213
ORDER BY `position` |
0.895
ms
|
3 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
124 |
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `ps_feature_value` v LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 3) LEFT JOIN `ps_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 3) WHERE v.`id_feature` = 26 ORDER BY vl.`value` ASC |
0.891
ms
|
16 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
/modules/ps_facetedsearch/src/Filters/Block.php:864 (getFeatureValues)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
262 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8556) AND (b.`id_shop` = 1) LIMIT 1 |
0.889
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)
/override/classes/Link.php:298 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
549 |
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 5020301 AND `name` = "_ce_element_cache" LIMIT 1 |
0.884
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:274
/modules/creativeelements/core/base/document.php:1100 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:1038 (getDocumentCache)
/modules/creativeelements/core/base/document.php:693 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/13/37/b5/1337b5e3c4afe317596a5c3e180261999c2aa8dd_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_12631649446839f7d7dc1394_31992451)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/13/37/b5/1337b5e3c4afe317596a5c3e180261999c2aa8dd_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7efb1e2_58795470)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a3/e7/ee/a3e7ee6c6f3a8a903ced2f5668dd63145ef2919c_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7db7371_69671904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 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` = 3)
WHERE i.`id_product` = 8634
ORDER BY `position` |
0.881
ms
|
1 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
479 |
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` = 3)
WHERE i.`id_product` = 8268
ORDER BY `position` |
0.881
ms
|
5 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
481 |
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` = 3)
WHERE i.`id_product` = 7171
ORDER BY `position` |
0.880
ms
|
1 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
330 |
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` = 3
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7171) AND (b.`id_shop` = 1) LIMIT 1 |
0.874
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)
/override/classes/Link.php:298 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
550 |
SELECT SQL_NO_CACHE * FROM ps_arseopro_redirect WHERE (`from` = "/ru/vnutrennee-osvesshenie/podvesnye-lampy/?q=M%D0%B0%D1%82%D0%B5%D1%80%D0%B8%D0%B0%D0%BB-C%D1%82%D0%B5%D0%BA%D0%BB%D0%BE%2F%D0%A6%D0%B2%D0%B5%D1%82-%D0%97%D0%BE%D0%BB%D0%BE%D1%82%D0%B0%D1%8F%2F%D0%94%D0%B8%D0%B0%D0%BC%D0%B5%D1%82%D1%80-30+cm-35+cm-44+cm-48+cm-91+cm-104+cm-16+cm" OR `from` = "https://www.tavagaisma.lv/ru/vnutrennee-osvesshenie/podvesnye-lampy/?q=M%D0%B0%D1%82%D0%B5%D1%80%D0%B8%D0%B0%D0%BB-C%D1%82%D0%B5%D0%BA%D0%BB%D0%BE%2F%D0%A6%D0%B2%D0%B5%D1%82-%D0%97%D0%BE%D0%BB%D0%BE%D1%82%D0%B0%D1%8F%2F%D0%94%D0%B8%D0%B0%D0%BC%D0%B5%D1%82%D1%80-30+cm-35+cm-44+cm-48+cm-91+cm-104+cm-16+cm") AND id_shop IN(0, 1) AND status = 1 ORDER BY id_redirect DESC LIMIT 1 |
0.868
ms
|
2 |
Yes
|
|
/modules/arseopro/arseopro.php:851
/override/classes/Dispatcher.php:106 (redirect)
/override/classes/Dispatcher.php:124 (arSEOredirect)
/classes/Link.php:1208 (getController)
/classes/Link.php:1498 (getLanguageLink)
/classes/Smarty/SmartyLazyRegister.php:81 (getUrlSmarty)
/var/cache/prod/smarty/compile/alysum/33/44/83/334483dcf47e21ec6548d4c3ad3c713bea491610_2.module.pkelementsviewstemplatespklanguages.tpl.php:63 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c5490ec5_30329449)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/pkelements/src/WidgetTemplate.php:46 (fetch)
/modules/pkelements/classes/WidgetPklanguages.php:192 (getTemplate)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/classes/CESmarty.php:157 (printElement)
/modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback)
/modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode)
/modules/creativeelements/core/base/document.php:693 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/13/37/b5/1337b5e3c4afe317596a5c3e180261999c2aa8dd_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_12631649446839f7d7dc1394_31992451)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/13/37/b5/1337b5e3c4afe317596a5c3e180261999c2aa8dd_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7efb1e2_58795470)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a3/e7/ee/a3e7ee6c6f3a8a903ced2f5668dd63145ef2919c_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7db7371_69671904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.861
ms
|
1 |
|
|
/classes/shop/Shop.php:1183
/classes/shop/Shop.php:1042 (isFeatureActive)
/classes/Configuration.php:328 (getContextShopID)
/modules/arseopro/classes/ArSeoModel.php:500 (getMultiple)
/modules/arseopro/classes/ArSeoProUrls.php:250 (loadFromConfig)
/modules/arseopro/classes/ArSeoProUrls.php:274 (loadAllFromConfig)
/modules/arseopro/arseopro.php:468 (getRoutes)
/classes/Hook.php:1083 (hookModuleRoutes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/Dispatcher.php:606 (exec)
/override/classes/Dispatcher.php:77 (loadRoutes)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
394 |
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 = 3)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 6745
ORDER BY f.position ASC |
0.861
ms
|
20 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
305 |
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` = 8268
AND image_shop.`cover` = 1 LIMIT 1 |
0.860
ms
|
5 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
76 |
SELECT SQL_NO_CACHE * FROM ps_arseopro_redirect WHERE (`from` = "/{lang}/vnutrennee-osvesshenie/podvesnye-lampy/?q=M%D0%B0%D1%82%D0%B5%D1%80%D0%B8%D0%B0%D0%BB-C%D1%82%D0%B5%D0%BA%D0%BB%D0%BE%2F%D0%A6%D0%B2%D0%B5%D1%82-%D0%97%D0%BE%D0%BB%D0%BE%D1%82%D0%B0%D1%8F%2F%D0%94%D0%B8%D0%B0%D0%BC%D0%B5%D1%82%D1%80-30+cm-35+cm-44+cm-48+cm-91+cm-104+cm-16+cm" OR `from` = "https://www.tavagaisma.lv/{lang}/vnutrennee-osvesshenie/podvesnye-lampy/?q=M%D0%B0%D1%82%D0%B5%D1%80%D0%B8%D0%B0%D0%BB-C%D1%82%D0%B5%D0%BA%D0%BB%D0%BE%2F%D0%A6%D0%B2%D0%B5%D1%82-%D0%97%D0%BE%D0%BB%D0%BE%D1%82%D0%B0%D1%8F%2F%D0%94%D0%B8%D0%B0%D0%BC%D0%B5%D1%82%D1%80-30+cm-35+cm-44+cm-48+cm-91+cm-104+cm-16+cm") AND id_shop IN(0, 1) AND status = 1 ORDER BY id_redirect DESC LIMIT 1 |
0.859
ms
|
2 |
Yes
|
|
/modules/arseopro/arseopro.php:859
/override/classes/Dispatcher.php:106 (redirect)
/override/classes/Dispatcher.php:124 (arSEOredirect)
/classes/Link.php:1208 (getController)
/classes/controller/FrontController.php:2180 (getLanguageLink)
/classes/controller/FrontController.php:1620 (getAlternativeLangsUrl)
/override/classes/controller/FrontController.php:74 (getTemplateVarUrls)
/classes/controller/FrontController.php:1753 (getTemplateVarUrls)
/override/classes/controller/FrontController.php:62 (getTemplateVarShop)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
405 |
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 = 3)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 6744
ORDER BY f.position ASC |
0.859
ms
|
20 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
566 |
SELECT SQL_NO_CACHE * FROM ps_arseopro_redirect WHERE (`from` = "/{lang}/vnutrennee-osvesshenie/podvesnye-lampy/?q=M%D0%B0%D1%82%D0%B5%D1%80%D0%B8%D0%B0%D0%BB-C%D1%82%D0%B5%D0%BA%D0%BB%D0%BE%2F%D0%A6%D0%B2%D0%B5%D1%82-%D0%97%D0%BE%D0%BB%D0%BE%D1%82%D0%B0%D1%8F%2F%D0%94%D0%B8%D0%B0%D0%BC%D0%B5%D1%82%D1%80-30+cm-35+cm-44+cm-48+cm-91+cm-104+cm-16+cm" OR `from` = "https://www.tavagaisma.lv/{lang}/vnutrennee-osvesshenie/podvesnye-lampy/?q=M%D0%B0%D1%82%D0%B5%D1%80%D0%B8%D0%B0%D0%BB-C%D1%82%D0%B5%D0%BA%D0%BB%D0%BE%2F%D0%A6%D0%B2%D0%B5%D1%82-%D0%97%D0%BE%D0%BB%D0%BE%D1%82%D0%B0%D1%8F%2F%D0%94%D0%B8%D0%B0%D0%BC%D0%B5%D1%82%D1%80-30+cm-35+cm-44+cm-48+cm-91+cm-104+cm-16+cm") AND id_shop IN(0, 1) AND status = 1 ORDER BY id_redirect DESC LIMIT 1 |
0.858
ms
|
2 |
Yes
|
|
/modules/arseopro/arseopro.php:859
/override/classes/Dispatcher.php:106 (redirect)
/override/classes/Dispatcher.php:124 (arSEOredirect)
/classes/Link.php:1208 (getController)
/classes/Link.php:1498 (getLanguageLink)
/classes/Smarty/SmartyLazyRegister.php:81 (getUrlSmarty)
/var/cache/prod/smarty/compile/alysum/33/44/83/334483dcf47e21ec6548d4c3ad3c713bea491610_2.module.pkelementsviewstemplatespklanguages.tpl.php:63 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c5490ec5_30329449)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/pkelements/src/WidgetTemplate.php:46 (fetch)
/modules/pkelements/classes/WidgetPklanguages.php:192 (getTemplate)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/classes/CESmarty.php:157 (printElement)
/modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback)
/modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode)
/modules/creativeelements/core/base/document.php:693 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/13/37/b5/1337b5e3c4afe317596a5c3e180261999c2aa8dd_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_12631649446839f7d7dc1394_31992451)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/13/37/b5/1337b5e3c4afe317596a5c3e180261999c2aa8dd_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7efb1e2_58795470)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a3/e7/ee/a3e7ee6c6f3a8a903ced2f5668dd63145ef2919c_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7db7371_69671904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7193) AND (b.`id_shop` = 1) LIMIT 1 |
0.857
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)
/override/classes/Link.php:298 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
428 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 5984
ORDER BY f.position ASC |
0.855
ms
|
20 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
468 |
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` = 3)
WHERE i.`id_product` = 8775
ORDER BY `position` |
0.855
ms
|
1 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
487 |
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` = 3)
WHERE i.`id_product` = 6744
ORDER BY `position` |
0.852
ms
|
2 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
251 |
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` = 3
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8632) AND (b.`id_shop` = 1) LIMIT 1 |
0.849
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)
/override/classes/Link.php:298 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
44 |
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` = 3)
WHERE `level_depth` = 1 |
0.848
ms
|
3 |
|
|
/classes/Category.php:2242
/classes/Category.php:1558 (getCategoriesWithoutParent)
/override/classes/Link.php:117 (getParentsCategories)
/controllers/front/listing/CategoryController.php:50 (getCategoryLink)
/classes/controller/FrontController.php:499 (canonicalRedirection)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
656 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a0
LEFT JOIN `ps_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 8) AND (a0.`nright` > 9) AND (a1.`id_lang` = 3) AND (a1.`id_shop` = 1)
ORDER BY a0.`nleft` asc |
0.847
ms
|
5 |
|
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/controllers/front/listing/CategoryController.php:246 (rewind)
/modules/arseopro/arseopro.php:304 (getBreadcrumbLinks)
/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/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:185 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:71 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
489 |
SELECT SQL_NO_CACHE 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` = 3)
WHERE i.`id_product` = 5984
ORDER BY `position` |
0.844
ms
|
3 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
539 |
SELECT SQL_NO_CACHE a.`id_ce_content` AS id
FROM `ps_ce_content` a
LEFT JOIN `ps_ce_content_lang` `b` ON a.`id_ce_content` = b.`id_ce_content`
LEFT JOIN `ps_ce_content_shop` `c` ON c.`id_ce_content` = a.`id_ce_content` AND c.`id_shop` = b.`id_shop`
WHERE (b.`id_lang` = 3) AND (c.`id_shop` = 1) AND (a.`hook` LIKE "DisplayHeaderBuilder") AND (a.`active` = 1)
ORDER BY a.`id_product` DESC |
0.843
ms
|
5 |
Yes
|
|
/modules/creativeelements/classes/CEContent.php:138
/modules/creativeelements/creativeelements.php:761 (getIdsByHook)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/13/37/b5/1337b5e3c4afe317596a5c3e180261999c2aa8dd_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_12631649446839f7d7dc1394_31992451)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/13/37/b5/1337b5e3c4afe317596a5c3e180261999c2aa8dd_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7efb1e2_58795470)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a3/e7/ee/a3e7ee6c6f3a8a903ced2f5668dd63145ef2919c_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7db7371_69671904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 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` = 3)
WHERE i.`id_product` = 6004
ORDER BY `position` |
0.843
ms
|
2 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
467 |
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` = 3)
WHERE i.`id_product` = 8776
ORDER BY `position` |
0.842
ms
|
1 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
75 |
SELECT SQL_NO_CACHE * FROM ps_arseopro_redirect WHERE (`from` = "/ru/vnutrennee-osvesshenie/podvesnye-lampy/?q=M%D0%B0%D1%82%D0%B5%D1%80%D0%B8%D0%B0%D0%BB-C%D1%82%D0%B5%D0%BA%D0%BB%D0%BE%2F%D0%A6%D0%B2%D0%B5%D1%82-%D0%97%D0%BE%D0%BB%D0%BE%D1%82%D0%B0%D1%8F%2F%D0%94%D0%B8%D0%B0%D0%BC%D0%B5%D1%82%D1%80-30+cm-35+cm-44+cm-48+cm-91+cm-104+cm-16+cm" OR `from` = "https://www.tavagaisma.lv/ru/vnutrennee-osvesshenie/podvesnye-lampy/?q=M%D0%B0%D1%82%D0%B5%D1%80%D0%B8%D0%B0%D0%BB-C%D1%82%D0%B5%D0%BA%D0%BB%D0%BE%2F%D0%A6%D0%B2%D0%B5%D1%82-%D0%97%D0%BE%D0%BB%D0%BE%D1%82%D0%B0%D1%8F%2F%D0%94%D0%B8%D0%B0%D0%BC%D0%B5%D1%82%D1%80-30+cm-35+cm-44+cm-48+cm-91+cm-104+cm-16+cm") AND id_shop IN(0, 1) AND status = 1 ORDER BY id_redirect DESC LIMIT 1 |
0.838
ms
|
2 |
Yes
|
|
/modules/arseopro/arseopro.php:851
/override/classes/Dispatcher.php:106 (redirect)
/override/classes/Dispatcher.php:124 (arSEOredirect)
/classes/Link.php:1208 (getController)
/classes/controller/FrontController.php:2180 (getLanguageLink)
/classes/controller/FrontController.php:1620 (getAlternativeLangsUrl)
/override/classes/controller/FrontController.php:74 (getTemplateVarUrls)
/classes/controller/FrontController.php:1753 (getTemplateVarUrls)
/override/classes/controller/FrontController.php:62 (getTemplateVarShop)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
238 |
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` = 8633
AND image_shop.`cover` = 1 LIMIT 1 |
0.831
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
462 |
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 = 3)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 2875
ORDER BY f.position ASC |
0.831
ms
|
20 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
122 |
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `ps_feature_value` v LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 3) LEFT JOIN `ps_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 3) WHERE v.`id_feature` = 6 ORDER BY vl.`value` ASC |
0.827
ms
|
31 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
/modules/ps_facetedsearch/src/Filters/Block.php:864 (getFeatureValues)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
316 |
SELECT SQL_NO_CACHE 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` = 7193
AND image_shop.`cover` = 1 LIMIT 1 |
0.826
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
477 |
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` = 3)
WHERE i.`id_product` = 8325
ORDER BY `position` |
0.825
ms
|
5 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
395 |
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` = 6744
AND image_shop.`cover` = 1 LIMIT 1 |
0.819
ms
|
2 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
285 |
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` = 3
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8325) AND (b.`id_shop` = 1) LIMIT 1 |
0.817
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)
/override/classes/Link.php:298 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
484 |
SELECT SQL_NO_CACHE 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` = 3)
WHERE i.`id_product` = 6940
ORDER BY `position` |
0.817
ms
|
1 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
374 |
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` = 3
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6761) AND (b.`id_shop` = 1) LIMIT 1 |
0.816
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)
/override/classes/Link.php:298 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
112 |
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `ps_feature_value` v LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 3) LEFT JOIN `ps_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 3) WHERE v.`id_feature` = 6 ORDER BY vl.`value` ASC |
0.813
ms
|
31 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
/modules/ps_facetedsearch/src/Filters/Converter.php:402 (getFeatureValues)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:163 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
229 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8634) AND (b.`id_shop` = 1) LIMIT 1 |
0.811
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)
/override/classes/Link.php:298 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
25 |
SELECT SQL_NO_CACHE * FROM ps_arseopro_redirect WHERE (`from` = "/{lang}/vnutrennee-osvesshenie/podvesnye-lampy/?q=M%D0%B0%D1%82%D0%B5%D1%80%D0%B8%D0%B0%D0%BB-C%D1%82%D0%B5%D0%BA%D0%BB%D0%BE%2F%D0%A6%D0%B2%D0%B5%D1%82-%D0%97%D0%BE%D0%BB%D0%BE%D1%82%D0%B0%D1%8F%2F%D0%94%D0%B8%D0%B0%D0%BC%D0%B5%D1%82%D1%80-30+cm-35+cm-44+cm-48+cm-91+cm-104+cm-16+cm" OR `from` = "https://www.tavagaisma.lv/{lang}/vnutrennee-osvesshenie/podvesnye-lampy/?q=M%D0%B0%D1%82%D0%B5%D1%80%D0%B8%D0%B0%D0%BB-C%D1%82%D0%B5%D0%BA%D0%BB%D0%BE%2F%D0%A6%D0%B2%D0%B5%D1%82-%D0%97%D0%BE%D0%BB%D0%BE%D1%82%D0%B0%D1%8F%2F%D0%94%D0%B8%D0%B0%D0%BC%D0%B5%D1%82%D1%80-30+cm-35+cm-44+cm-48+cm-91+cm-104+cm-16+cm") AND id_shop IN(0, 1) AND status = 1 ORDER BY id_redirect DESC LIMIT 1 |
0.803
ms
|
2 |
Yes
|
|
/modules/arseopro/arseopro.php:859
/override/classes/Dispatcher.php:106 (redirect)
/override/classes/Dispatcher.php:124 (arSEOredirect)
/classes/Dispatcher.php:346 (getController)
/index.php:28 (dispatch)
|
470 |
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` = 3)
WHERE i.`id_product` = 8764
ORDER BY `position` |
0.800
ms
|
2 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
555 |
SELECT SQL_NO_CACHE * FROM ps_arseopro_redirect WHERE (`from` = "/ru/vnutrennee-osvesshenie/podvesnye-lampy/?q=M%D0%B0%D1%82%D0%B5%D1%80%D0%B8%D0%B0%D0%BB-C%D1%82%D0%B5%D0%BA%D0%BB%D0%BE%2F%D0%A6%D0%B2%D0%B5%D1%82-%D0%97%D0%BE%D0%BB%D0%BE%D1%82%D0%B0%D1%8F%2F%D0%94%D0%B8%D0%B0%D0%BC%D0%B5%D1%82%D1%80-30+cm-35+cm-44+cm-48+cm-91+cm-104+cm-16+cm" OR `from` = "https://www.tavagaisma.lv/ru/vnutrennee-osvesshenie/podvesnye-lampy/?q=M%D0%B0%D1%82%D0%B5%D1%80%D0%B8%D0%B0%D0%BB-C%D1%82%D0%B5%D0%BA%D0%BB%D0%BE%2F%D0%A6%D0%B2%D0%B5%D1%82-%D0%97%D0%BE%D0%BB%D0%BE%D1%82%D0%B0%D1%8F%2F%D0%94%D0%B8%D0%B0%D0%BC%D0%B5%D1%82%D1%80-30+cm-35+cm-44+cm-48+cm-91+cm-104+cm-16+cm") AND id_shop IN(0, 1) AND status = 1 ORDER BY id_redirect DESC LIMIT 1 |
0.800
ms
|
2 |
Yes
|
|
/modules/arseopro/arseopro.php:851
/override/classes/Dispatcher.php:106 (redirect)
/override/classes/Dispatcher.php:124 (arSEOredirect)
/classes/Link.php:1208 (getController)
/classes/Link.php:1498 (getLanguageLink)
/classes/Smarty/SmartyLazyRegister.php:81 (getUrlSmarty)
/var/cache/prod/smarty/compile/alysum/33/44/83/334483dcf47e21ec6548d4c3ad3c713bea491610_2.module.pkelementsviewstemplatespklanguages.tpl.php:63 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c5490ec5_30329449)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/pkelements/src/WidgetTemplate.php:46 (fetch)
/modules/pkelements/classes/WidgetPklanguages.php:192 (getTemplate)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/classes/CESmarty.php:157 (printElement)
/modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback)
/modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode)
/modules/creativeelements/core/base/document.php:693 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/13/37/b5/1337b5e3c4afe317596a5c3e180261999c2aa8dd_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_12631649446839f7d7dc1394_31992451)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/13/37/b5/1337b5e3c4afe317596a5c3e180261999c2aa8dd_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7efb1e2_58795470)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a3/e7/ee/a3e7ee6c6f3a8a903ced2f5668dd63145ef2919c_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7db7371_69671904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 1 FROM `ps_specific_price` WHERE `to` BETWEEN '2025-05-30 00:00:00' AND '2025-05-30 23:59:59' LIMIT 1 |
0.793
ms
|
1 |
|
|
/classes/SpecificPrice.php:381
/classes/SpecificPrice.php:548 (computeExtraConditions)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
172 |
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` = 8776
AND image_shop.`cover` = 1 LIMIT 1 |
0.786
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1 |
SELECT SQL_NO_CACHE gs.*, s.*, gs.name AS group_name, s.name AS shop_name, s.active, su.domain, su.domain_ssl, su.physical_uri, su.virtual_uri
FROM ps_shop_group gs
LEFT JOIN ps_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN ps_shop_url su
ON s.id_shop = su.id_shop AND su.main = 1
WHERE s.deleted = 0
AND gs.deleted = 0
ORDER BY gs.name, s.name |
0.782
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)
|
565 |
SELECT SQL_NO_CACHE * FROM ps_arseopro_redirect WHERE (`from` = "/ru/vnutrennee-osvesshenie/podvesnye-lampy/?q=M%D0%B0%D1%82%D0%B5%D1%80%D0%B8%D0%B0%D0%BB-C%D1%82%D0%B5%D0%BA%D0%BB%D0%BE%2F%D0%A6%D0%B2%D0%B5%D1%82-%D0%97%D0%BE%D0%BB%D0%BE%D1%82%D0%B0%D1%8F%2F%D0%94%D0%B8%D0%B0%D0%BC%D0%B5%D1%82%D1%80-30+cm-35+cm-44+cm-48+cm-91+cm-104+cm-16+cm" OR `from` = "https://www.tavagaisma.lv/ru/vnutrennee-osvesshenie/podvesnye-lampy/?q=M%D0%B0%D1%82%D0%B5%D1%80%D0%B8%D0%B0%D0%BB-C%D1%82%D0%B5%D0%BA%D0%BB%D0%BE%2F%D0%A6%D0%B2%D0%B5%D1%82-%D0%97%D0%BE%D0%BB%D0%BE%D1%82%D0%B0%D1%8F%2F%D0%94%D0%B8%D0%B0%D0%BC%D0%B5%D1%82%D1%80-30+cm-35+cm-44+cm-48+cm-91+cm-104+cm-16+cm") AND id_shop IN(0, 1) AND status = 1 ORDER BY id_redirect DESC LIMIT 1 |
0.779
ms
|
2 |
Yes
|
|
/modules/arseopro/arseopro.php:851
/override/classes/Dispatcher.php:106 (redirect)
/override/classes/Dispatcher.php:124 (arSEOredirect)
/classes/Link.php:1208 (getController)
/classes/Link.php:1498 (getLanguageLink)
/classes/Smarty/SmartyLazyRegister.php:81 (getUrlSmarty)
/var/cache/prod/smarty/compile/alysum/33/44/83/334483dcf47e21ec6548d4c3ad3c713bea491610_2.module.pkelementsviewstemplatespklanguages.tpl.php:63 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c5490ec5_30329449)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/pkelements/src/WidgetTemplate.php:46 (fetch)
/modules/pkelements/classes/WidgetPklanguages.php:192 (getTemplate)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/classes/CESmarty.php:157 (printElement)
/modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback)
/modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode)
/modules/creativeelements/core/base/document.php:693 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/13/37/b5/1337b5e3c4afe317596a5c3e180261999c2aa8dd_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_12631649446839f7d7dc1394_31992451)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/13/37/b5/1337b5e3c4afe317596a5c3e180261999c2aa8dd_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7efb1e2_58795470)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a3/e7/ee/a3e7ee6c6f3a8a903ced2f5668dd63145ef2919c_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7db7371_69671904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 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` = 3)
WHERE i.`id_product` = 6941
ORDER BY `position` |
0.778
ms
|
1 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
547 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "gdprpro" LIMIT 1 |
0.769
ms
|
0 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/creativeelements/modules/premium/widgets/contact-form.php:1365 (isEnabled)
/modules/creativeelements/modules/premium/widgets/contact-form.php:1347 (initGDPR)
/modules/creativeelements/modules/premium/module.php:50 (__construct)
/modules/creativeelements/classes/wrappers/Helper.php:305 (registerWidgets)
/modules/creativeelements/includes/managers/widgets.php:105 (CE\do_action)
/modules/creativeelements/includes/managers/widgets.php:181 (initWidgets)
/modules/creativeelements/includes/managers/elements.php:72 (getWidgetTypes)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:97 (createElementInstance)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:102 (renderCss)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:102 (renderCss)
/modules/creativeelements/core/files/css/base.php:617 (renderCss)
/modules/creativeelements/core/files/base.php:128 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:76 (getContent)
/modules/creativeelements/core/files/css/base.php:186 (getMeta)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:443 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:305 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:251 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/includes/frontend.php:861 (enqueue)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/13/37/b5/1337b5e3c4afe317596a5c3e180261999c2aa8dd_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_12631649446839f7d7dc1394_31992451)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/13/37/b5/1337b5e3c4afe317596a5c3e180261999c2aa8dd_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7efb1e2_58795470)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a3/e7/ee/a3e7ee6c6f3a8a903ced2f5668dd63145ef2919c_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7db7371_69671904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
352 |
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` = 3
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6941) AND (b.`id_shop` = 1) LIMIT 1 |
0.763
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)
/override/classes/Link.php:298 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
408 |
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` = 3
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6004) AND (b.`id_shop` = 1) LIMIT 1 |
0.760
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)
/override/classes/Link.php:298 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
58 |
SELECT SQL_NO_CACHE * FROM ps_arseopro_redirect WHERE (`from` = "/ru/vnutrennee-osvesshenie/podvesnye-lampy/?q=M%D0%B0%D1%82%D0%B5%D1%80%D0%B8%D0%B0%D0%BB-C%D1%82%D0%B5%D0%BA%D0%BB%D0%BE%2F%D0%A6%D0%B2%D0%B5%D1%82-%D0%97%D0%BE%D0%BB%D0%BE%D1%82%D0%B0%D1%8F%2F%D0%94%D0%B8%D0%B0%D0%BC%D0%B5%D1%82%D1%80-30+cm-35+cm-44+cm-48+cm-91+cm-104+cm-16+cm" OR `from` = "https://www.tavagaisma.lv/ru/vnutrennee-osvesshenie/podvesnye-lampy/?q=M%D0%B0%D1%82%D0%B5%D1%80%D0%B8%D0%B0%D0%BB-C%D1%82%D0%B5%D0%BA%D0%BB%D0%BE%2F%D0%A6%D0%B2%D0%B5%D1%82-%D0%97%D0%BE%D0%BB%D0%BE%D1%82%D0%B0%D1%8F%2F%D0%94%D0%B8%D0%B0%D0%BC%D0%B5%D1%82%D1%80-30+cm-35+cm-44+cm-48+cm-91+cm-104+cm-16+cm") AND id_shop IN(0, 1) AND status = 1 ORDER BY id_redirect DESC LIMIT 1 |
0.759
ms
|
2 |
Yes
|
|
/modules/arseopro/arseopro.php:851
/override/classes/Dispatcher.php:106 (redirect)
/override/classes/Dispatcher.php:124 (arSEOredirect)
/classes/Link.php:1208 (getController)
/classes/controller/FrontController.php:2180 (getLanguageLink)
/classes/controller/FrontController.php:1620 (getAlternativeLangsUrl)
/override/classes/controller/FrontController.php:74 (getTemplateVarUrls)
/classes/controller/FrontController.php:1753 (getTemplateVarUrls)
/override/classes/controller/FrontController.php:62 (getTemplateVarShop)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
482 |
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` = 3)
WHERE i.`id_product` = 7156
ORDER BY `position` |
0.757
ms
|
1 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
544 |
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 5020301 AND `name` = "_elementor_data" LIMIT 1 |
0.757
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:274
/modules/creativeelements/core/base/document.php:566 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:616 (getJsonMeta)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:67 (getElementsData)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:93 (getData)
/modules/creativeelements/core/files/css/base.php:617 (renderCss)
/modules/creativeelements/core/files/base.php:128 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:76 (getContent)
/modules/creativeelements/core/files/css/base.php:186 (getMeta)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:443 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:305 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:251 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/includes/frontend.php:861 (enqueue)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/13/37/b5/1337b5e3c4afe317596a5c3e180261999c2aa8dd_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_12631649446839f7d7dc1394_31992451)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/13/37/b5/1337b5e3c4afe317596a5c3e180261999c2aa8dd_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7efb1e2_58795470)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a3/e7/ee/a3e7ee6c6f3a8a903ced2f5668dd63145ef2919c_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7db7371_69671904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
3 |
SELECT SQL_NO_CACHE *
FROM `ps_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
0.753
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)
|
194 |
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` = 8770
AND image_shop.`cover` = 1 LIMIT 1 |
0.753
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
361 |
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` = 6940
AND image_shop.`cover` = 1 LIMIT 1 |
0.748
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
560 |
SELECT SQL_NO_CACHE * FROM ps_arseopro_redirect WHERE (`from` = "/ru/vnutrennee-osvesshenie/podvesnye-lampy/?q=M%D0%B0%D1%82%D0%B5%D1%80%D0%B8%D0%B0%D0%BB-C%D1%82%D0%B5%D0%BA%D0%BB%D0%BE%2F%D0%A6%D0%B2%D0%B5%D1%82-%D0%97%D0%BE%D0%BB%D0%BE%D1%82%D0%B0%D1%8F%2F%D0%94%D0%B8%D0%B0%D0%BC%D0%B5%D1%82%D1%80-30+cm-35+cm-44+cm-48+cm-91+cm-104+cm-16+cm" OR `from` = "https://www.tavagaisma.lv/ru/vnutrennee-osvesshenie/podvesnye-lampy/?q=M%D0%B0%D1%82%D0%B5%D1%80%D0%B8%D0%B0%D0%BB-C%D1%82%D0%B5%D0%BA%D0%BB%D0%BE%2F%D0%A6%D0%B2%D0%B5%D1%82-%D0%97%D0%BE%D0%BB%D0%BE%D1%82%D0%B0%D1%8F%2F%D0%94%D0%B8%D0%B0%D0%BC%D0%B5%D1%82%D1%80-30+cm-35+cm-44+cm-48+cm-91+cm-104+cm-16+cm") AND id_shop IN(0, 1) AND status = 1 ORDER BY id_redirect DESC LIMIT 1 |
0.745
ms
|
2 |
Yes
|
|
/modules/arseopro/arseopro.php:851
/override/classes/Dispatcher.php:106 (redirect)
/override/classes/Dispatcher.php:124 (arSEOredirect)
/classes/Link.php:1208 (getController)
/classes/Link.php:1498 (getLanguageLink)
/classes/Smarty/SmartyLazyRegister.php:81 (getUrlSmarty)
/var/cache/prod/smarty/compile/alysum/33/44/83/334483dcf47e21ec6548d4c3ad3c713bea491610_2.module.pkelementsviewstemplatespklanguages.tpl.php:63 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c5490ec5_30329449)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/pkelements/src/WidgetTemplate.php:46 (fetch)
/modules/pkelements/classes/WidgetPklanguages.php:192 (getTemplate)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/classes/CESmarty.php:157 (printElement)
/modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback)
/modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode)
/modules/creativeelements/core/base/document.php:693 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/13/37/b5/1337b5e3c4afe317596a5c3e180261999c2aa8dd_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_12631649446839f7d7dc1394_31992451)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/13/37/b5/1337b5e3c4afe317596a5c3e180261999c2aa8dd_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7efb1e2_58795470)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a3/e7/ee/a3e7ee6c6f3a8a903ced2f5668dd63145ef2919c_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7db7371_69671904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6745) AND (b.`id_shop` = 1) LIMIT 1 |
0.744
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)
/override/classes/Link.php:298 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
70 |
SELECT SQL_NO_CACHE * FROM ps_arseopro_redirect WHERE (`from` = "/ru/vnutrennee-osvesshenie/podvesnye-lampy/?q=M%D0%B0%D1%82%D0%B5%D1%80%D0%B8%D0%B0%D0%BB-C%D1%82%D0%B5%D0%BA%D0%BB%D0%BE%2F%D0%A6%D0%B2%D0%B5%D1%82-%D0%97%D0%BE%D0%BB%D0%BE%D1%82%D0%B0%D1%8F%2F%D0%94%D0%B8%D0%B0%D0%BC%D0%B5%D1%82%D1%80-30+cm-35+cm-44+cm-48+cm-91+cm-104+cm-16+cm" OR `from` = "https://www.tavagaisma.lv/ru/vnutrennee-osvesshenie/podvesnye-lampy/?q=M%D0%B0%D1%82%D0%B5%D1%80%D0%B8%D0%B0%D0%BB-C%D1%82%D0%B5%D0%BA%D0%BB%D0%BE%2F%D0%A6%D0%B2%D0%B5%D1%82-%D0%97%D0%BE%D0%BB%D0%BE%D1%82%D0%B0%D1%8F%2F%D0%94%D0%B8%D0%B0%D0%BC%D0%B5%D1%82%D1%80-30+cm-35+cm-44+cm-48+cm-91+cm-104+cm-16+cm") AND id_shop IN(0, 1) AND status = 1 ORDER BY id_redirect DESC LIMIT 1 |
0.742
ms
|
2 |
Yes
|
|
/modules/arseopro/arseopro.php:851
/override/classes/Dispatcher.php:106 (redirect)
/override/classes/Dispatcher.php:124 (arSEOredirect)
/classes/Link.php:1208 (getController)
/classes/controller/FrontController.php:2180 (getLanguageLink)
/classes/controller/FrontController.php:1620 (getAlternativeLangsUrl)
/override/classes/controller/FrontController.php:74 (getTemplateVarUrls)
/classes/controller/FrontController.php:1753 (getTemplateVarUrls)
/override/classes/controller/FrontController.php:62 (getTemplateVarShop)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
24 |
SELECT SQL_NO_CACHE * FROM ps_arseopro_redirect WHERE (`from` = "/ru/vnutrennee-osvesshenie/podvesnye-lampy/?q=M%D0%B0%D1%82%D0%B5%D1%80%D0%B8%D0%B0%D0%BB-C%D1%82%D0%B5%D0%BA%D0%BB%D0%BE%2F%D0%A6%D0%B2%D0%B5%D1%82-%D0%97%D0%BE%D0%BB%D0%BE%D1%82%D0%B0%D1%8F%2F%D0%94%D0%B8%D0%B0%D0%BC%D0%B5%D1%82%D1%80-30+cm-35+cm-44+cm-48+cm-91+cm-104+cm-16+cm" OR `from` = "https://www.tavagaisma.lv/ru/vnutrennee-osvesshenie/podvesnye-lampy/?q=M%D0%B0%D1%82%D0%B5%D1%80%D0%B8%D0%B0%D0%BB-C%D1%82%D0%B5%D0%BA%D0%BB%D0%BE%2F%D0%A6%D0%B2%D0%B5%D1%82-%D0%97%D0%BE%D0%BB%D0%BE%D1%82%D0%B0%D1%8F%2F%D0%94%D0%B8%D0%B0%D0%BC%D0%B5%D1%82%D1%80-30+cm-35+cm-44+cm-48+cm-91+cm-104+cm-16+cm") AND id_shop IN(0, 1) AND status = 1 ORDER BY id_redirect DESC LIMIT 1 |
0.741
ms
|
2 |
Yes
|
|
/modules/arseopro/arseopro.php:851
/override/classes/Dispatcher.php:106 (redirect)
/override/classes/Dispatcher.php:124 (arSEOredirect)
/classes/Dispatcher.php:346 (getController)
/index.php:28 (dispatch)
|
71 |
SELECT SQL_NO_CACHE * FROM ps_arseopro_redirect WHERE (`from` = "/{lang}/vnutrennee-osvesshenie/podvesnye-lampy/?q=M%D0%B0%D1%82%D0%B5%D1%80%D0%B8%D0%B0%D0%BB-C%D1%82%D0%B5%D0%BA%D0%BB%D0%BE%2F%D0%A6%D0%B2%D0%B5%D1%82-%D0%97%D0%BE%D0%BB%D0%BE%D1%82%D0%B0%D1%8F%2F%D0%94%D0%B8%D0%B0%D0%BC%D0%B5%D1%82%D1%80-30+cm-35+cm-44+cm-48+cm-91+cm-104+cm-16+cm" OR `from` = "https://www.tavagaisma.lv/{lang}/vnutrennee-osvesshenie/podvesnye-lampy/?q=M%D0%B0%D1%82%D0%B5%D1%80%D0%B8%D0%B0%D0%BB-C%D1%82%D0%B5%D0%BA%D0%BB%D0%BE%2F%D0%A6%D0%B2%D0%B5%D1%82-%D0%97%D0%BE%D0%BB%D0%BE%D1%82%D0%B0%D1%8F%2F%D0%94%D0%B8%D0%B0%D0%BC%D0%B5%D1%82%D1%80-30+cm-35+cm-44+cm-48+cm-91+cm-104+cm-16+cm") AND id_shop IN(0, 1) AND status = 1 ORDER BY id_redirect DESC LIMIT 1 |
0.740
ms
|
2 |
Yes
|
|
/modules/arseopro/arseopro.php:859
/override/classes/Dispatcher.php:106 (redirect)
/override/classes/Dispatcher.php:124 (arSEOredirect)
/classes/Link.php:1208 (getController)
/classes/controller/FrontController.php:2180 (getLanguageLink)
/classes/controller/FrontController.php:1620 (getAlternativeLangsUrl)
/override/classes/controller/FrontController.php:74 (getTemplateVarUrls)
/classes/controller/FrontController.php:1753 (getTemplateVarUrls)
/override/classes/controller/FrontController.php:62 (getTemplateVarShop)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
146 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `id_product` != 0 LIMIT 1 |
0.739
ms
|
3023 |
|
|
/classes/SpecificPrice.php:297
/classes/SpecificPrice.php:360 (filterOutField)
/classes/SpecificPrice.php:548 (computeExtraConditions)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
629 |
SELECT SQL_NO_CACHE *
FROM `ps_cms_lang`
WHERE `id_cms` = 5 AND `id_shop` = 1 |
0.737
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1788 (_registerControls)
/modules/creativeelements/includes/base/widget-base.php:844 (initControls)
/modules/creativeelements/includes/base/controls-stack.php:458 (initControls)
/modules/creativeelements/includes/base/widget-base.php:169 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:250 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1826 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:966 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1679 (getData)
/modules/creativeelements/core/base/base-object.php:136 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:44 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:785 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:799 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:509 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/classes/CESmarty.php:157 (printElement)
/modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback)
/modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode)
/modules/creativeelements/core/base/document.php:693 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_20790307066839f7c68f72d7_25988310)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c691c701_38558862)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ef/99/59/ef9959d4e454228eca0eba141e4f76f2660caac4_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c68eb883_54138814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 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` = 1983
AND image_shop.`cover` = 1 LIMIT 1 |
0.735
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
454 |
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` = 3
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2875) AND (b.`id_shop` = 1) LIMIT 1 |
0.734
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)
/override/classes/Link.php:298 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
561 |
SELECT SQL_NO_CACHE * FROM ps_arseopro_redirect WHERE (`from` = "/{lang}/vnutrennee-osvesshenie/podvesnye-lampy/?q=M%D0%B0%D1%82%D0%B5%D1%80%D0%B8%D0%B0%D0%BB-C%D1%82%D0%B5%D0%BA%D0%BB%D0%BE%2F%D0%A6%D0%B2%D0%B5%D1%82-%D0%97%D0%BE%D0%BB%D0%BE%D1%82%D0%B0%D1%8F%2F%D0%94%D0%B8%D0%B0%D0%BC%D0%B5%D1%82%D1%80-30+cm-35+cm-44+cm-48+cm-91+cm-104+cm-16+cm" OR `from` = "https://www.tavagaisma.lv/{lang}/vnutrennee-osvesshenie/podvesnye-lampy/?q=M%D0%B0%D1%82%D0%B5%D1%80%D0%B8%D0%B0%D0%BB-C%D1%82%D0%B5%D0%BA%D0%BB%D0%BE%2F%D0%A6%D0%B2%D0%B5%D1%82-%D0%97%D0%BE%D0%BB%D0%BE%D1%82%D0%B0%D1%8F%2F%D0%94%D0%B8%D0%B0%D0%BC%D0%B5%D1%82%D1%80-30+cm-35+cm-44+cm-48+cm-91+cm-104+cm-16+cm") AND id_shop IN(0, 1) AND status = 1 ORDER BY id_redirect DESC LIMIT 1 |
0.728
ms
|
2 |
Yes
|
|
/modules/arseopro/arseopro.php:859
/override/classes/Dispatcher.php:106 (redirect)
/override/classes/Dispatcher.php:124 (arSEOredirect)
/classes/Link.php:1208 (getController)
/classes/Link.php:1498 (getLanguageLink)
/classes/Smarty/SmartyLazyRegister.php:81 (getUrlSmarty)
/var/cache/prod/smarty/compile/alysum/33/44/83/334483dcf47e21ec6548d4c3ad3c713bea491610_2.module.pkelementsviewstemplatespklanguages.tpl.php:63 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c5490ec5_30329449)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/pkelements/src/WidgetTemplate.php:46 (fetch)
/modules/pkelements/classes/WidgetPklanguages.php:192 (getTemplate)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/classes/CESmarty.php:157 (printElement)
/modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback)
/modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode)
/modules/creativeelements/core/base/document.php:693 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/13/37/b5/1337b5e3c4afe317596a5c3e180261999c2aa8dd_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_12631649446839f7d7dc1394_31992451)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/13/37/b5/1337b5e3c4afe317596a5c3e180261999c2aa8dd_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7efb1e2_58795470)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a3/e7/ee/a3e7ee6c6f3a8a903ced2f5668dd63145ef2919c_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7db7371_69671904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3213) AND (b.`id_shop` = 1) LIMIT 1 |
0.726
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)
/override/classes/Link.php:298 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
522 |
SELECT SQL_NO_CACHE p.id_product, pl.link_rewrite, pl.name FROM `ps_product` p LEFT JOIN `ps_product_lang` pl ON pl.id_product = p.id_product WHERE p.id_product = 6940 AND pl.id_lang = 3 LIMIT 1 |
0.723
ms
|
1 |
|
|
/modules/arseopro/classes/ArSeoProJsonLD.php:272
/modules/arseopro/arseopro.php:357 (buildProductListJson)
/classes/Hook.php:1083 (hookActionProductSearchAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:445 (exec)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
310 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 8268) |
0.722
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
463 |
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` = 3)
WHERE i.`id_product` = 3210
ORDER BY `position` |
0.721
ms
|
2 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
478 |
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` = 3)
WHERE i.`id_product` = 8282
ORDER BY `position` |
0.721
ms
|
3 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
607 |
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 3020301 AND `name` = "_elementor_data" LIMIT 1 |
0.721
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:274
/modules/creativeelements/core/base/document.php:566 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:616 (getJsonMeta)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:67 (getElementsData)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:93 (getData)
/modules/creativeelements/core/files/css/base.php:617 (renderCss)
/modules/creativeelements/core/files/base.php:128 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:76 (getContent)
/modules/creativeelements/core/files/css/base.php:186 (getMeta)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:443 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:305 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:251 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/includes/frontend.php:861 (enqueue)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_20790307066839f7c68f72d7_25988310)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c691c701_38558862)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ef/99/59/ef9959d4e454228eca0eba141e4f76f2660caac4_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c68eb883_54138814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
82 |
SELECT SQL_NO_CACHE * FROM ps_arseopro_redirect WHERE (`from` = "/{lang}/vnutrennee-osvesshenie/podvesnye-lampy/?q=M%D0%B0%D1%82%D0%B5%D1%80%D0%B8%D0%B0%D0%BB-C%D1%82%D0%B5%D0%BA%D0%BB%D0%BE%2F%D0%A6%D0%B2%D0%B5%D1%82-%D0%97%D0%BE%D0%BB%D0%BE%D1%82%D0%B0%D1%8F%2F%D0%94%D0%B8%D0%B0%D0%BC%D0%B5%D1%82%D1%80-30+cm-35+cm-44+cm-48+cm-91+cm-104+cm-16+cm" OR `from` = "https://www.tavagaisma.lv/{lang}/vnutrennee-osvesshenie/podvesnye-lampy/?q=M%D0%B0%D1%82%D0%B5%D1%80%D0%B8%D0%B0%D0%BB-C%D1%82%D0%B5%D0%BA%D0%BB%D0%BE%2F%D0%A6%D0%B2%D0%B5%D1%82-%D0%97%D0%BE%D0%BB%D0%BE%D1%82%D0%B0%D1%8F%2F%D0%94%D0%B8%D0%B0%D0%BC%D0%B5%D1%82%D1%80-30+cm-35+cm-44+cm-48+cm-91+cm-104+cm-16+cm") AND id_shop IN(0, 1) AND status = 1 ORDER BY id_redirect DESC LIMIT 1 |
0.720
ms
|
2 |
Yes
|
|
/modules/arseopro/arseopro.php:859
/override/classes/Dispatcher.php:106 (redirect)
/override/classes/Dispatcher.php:124 (arSEOredirect)
/classes/Link.php:1208 (getController)
/classes/controller/FrontController.php:2180 (getLanguageLink)
/classes/controller/FrontController.php:1620 (getAlternativeLangsUrl)
/override/classes/controller/FrontController.php:74 (getTemplateVarUrls)
/classes/controller/FrontController.php:1753 (getTemplateVarUrls)
/override/classes/controller/FrontController.php:62 (getTemplateVarShop)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
111 |
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `ps_feature_value` v LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 3) LEFT JOIN `ps_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 3) WHERE v.`id_feature` = 7 ORDER BY vl.`value` ASC |
0.720
ms
|
16 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
/modules/ps_facetedsearch/src/Filters/Converter.php:402 (getFeatureValues)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:163 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
328 |
SELECT SQL_NO_CACHE 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` = 7171
AND image_shop.`cover` = 1 LIMIT 1 |
0.719
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
11 |
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `ps_lang` l
JOIN ps_lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 1)
WHERE l.`active` = 1 LIMIT 1 |
0.715
ms
|
6 |
|
|
/classes/Language.php:1216
/classes/Language.php:1513 (countActiveLanguages)
/classes/Dispatcher.php:531 (isMultiLanguageActivated)
/override/classes/Dispatcher.php:90 (setRequestUri)
/classes/Dispatcher.php:232 (setRequestUri)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
576 |
SELECT SQL_NO_CACHE option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-whiteboard-addon' LIMIT 1 |
0.713
ms
|
16 |
|
|
/modules/revsliderprestashop/includes/revslider_db.class.php:192
/modules/revsliderprestashop/rev-loader.php:999 (get_var)
/modules/revsliderprestashop/rev-loader.php:1803 (get_option)
/modules/revsliderprestashop/revsliderprestashop.php:532 (loadAllAddons)
/modules/revsliderprestashop/revsliderprestashop.php:583 (generateSlider)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:381 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:434 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:463 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 IF(f.`url_name`, f.`url_name`, l.`public_name`) AS `name` FROM ps_attribute_group a
INNER JOIN ps_attribute_group_shop s ON a.`id_attribute_group` = s.`id_attribute_group` AND s.`id_shop` = 1
INNER JOIN ps_attribute_group_lang l ON a.`id_attribute_group` = l.`id_attribute_group` AND l.`id_lang` = 3
LEFT JOIN ps_layered_indexable_attribute_group_lang_value f ON a.`id_attribute_group` = f.`id_attribute_group` AND f.`id_lang` = 3
WHERE a.`is_color_group` = 1 |
0.712
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Helper.php:77
/modules/creativeelements/creativeelements.php:888 (getColorAttributeGroupNames)
/classes/Hook.php:1083 (hookFilterProductSearch)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:444 (exec)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
523 |
SELECT SQL_NO_CACHE p.id_product, pl.link_rewrite, pl.name FROM `ps_product` p LEFT JOIN `ps_product_lang` pl ON pl.id_product = p.id_product WHERE p.id_product = 6761 AND pl.id_lang = 3 LIMIT 1 |
0.710
ms
|
1 |
|
|
/modules/arseopro/classes/ArSeoProJsonLD.php:272
/modules/arseopro/arseopro.php:357 (buildProductListJson)
/classes/Hook.php:1083 (hookActionProductSearchAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:445 (exec)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
431 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4740) AND (b.`id_shop` = 1) LIMIT 1 |
0.700
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)
/override/classes/Link.php:298 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
350 |
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` = 6941
AND image_shop.`cover` = 1 LIMIT 1 |
0.695
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
178 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 8776 AND id_shop=1 LIMIT 1 |
0.694
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
498 |
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 3 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 8 AND c.`nright` >= 9 AND c.`nleft` >= 2 AND c.`nright` <= 63 ORDER BY `nleft` DESC |
0.692
ms
|
5 |
|
|
/classes/Category.php:1600
/override/classes/Link.php:117 (getParentsCategories)
/modules/arseopro/classes/ArSeoProUrls.php:189 (getCategoryLink)
/override/classes/controller/FrontController.php:153 (overrideUpdateQueryStringBaseUrl)
/classes/controller/ProductListingFrontController.php:513 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:517 (array_map)
/classes/controller/ProductListingFrontController.php:404 (getTemplateVarPagination)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
635 |
SELECT SQL_NO_CACHE *
FROM `ps_cms_lang`
WHERE `id_cms` = 16 AND `id_shop` = 1 |
0.692
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1788 (_registerControls)
/modules/creativeelements/includes/base/widget-base.php:844 (initControls)
/modules/creativeelements/includes/base/controls-stack.php:458 (initControls)
/modules/creativeelements/includes/base/widget-base.php:169 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:250 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1826 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:966 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1679 (getData)
/modules/creativeelements/core/base/base-object.php:136 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:44 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:785 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:799 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:509 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/classes/CESmarty.php:157 (printElement)
/modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback)
/modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode)
/modules/creativeelements/core/base/document.php:693 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_20790307066839f7c68f72d7_25988310)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c691c701_38558862)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ef/99/59/ef9959d4e454228eca0eba141e4f76f2660caac4_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c68eb883_54138814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 `value` FROM ps_ce_meta WHERE `id` = 29010000 AND `name` = "_elementor_css" LIMIT 1 |
0.688
ms
|
4 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:274
/modules/creativeelements/core/files/css/post.php:134 (CE\get_post_meta)
/modules/creativeelements/core/files/base.php:202 (loadMeta)
/modules/creativeelements/core/files/css/base.php:186 (getMeta)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/core/kits/manager.php:121 (enqueue)
/modules/creativeelements/creativeelements.php:394 (frontendBeforeEnqueueStyles)
/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:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/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)
|
476 |
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` = 3)
WHERE i.`id_product` = 8368
ORDER BY `position` |
0.687
ms
|
5 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
495 |
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` = 3 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 8 AND c.`nright` >= 9 AND c.`nleft` >= 2 AND c.`nright` <= 63 ORDER BY `nleft` DESC |
0.686
ms
|
5 |
|
|
/classes/Category.php:1600
/override/classes/Link.php:117 (getParentsCategories)
/modules/arseopro/classes/ArSeoProUrls.php:189 (getCategoryLink)
/override/classes/controller/FrontController.php:153 (overrideUpdateQueryStringBaseUrl)
/classes/controller/ProductListingFrontController.php:513 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:517 (array_map)
/classes/controller/ProductListingFrontController.php:404 (getTemplateVarPagination)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
241 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 8633
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.682
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
586 |
SELECT SQL_NO_CACHE option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-weather-addon' LIMIT 1 |
0.679
ms
|
16 |
|
|
/modules/revsliderprestashop/includes/revslider_db.class.php:192
/modules/revsliderprestashop/rev-loader.php:999 (get_var)
/modules/revsliderprestashop/rev-loader.php:1803 (get_option)
/modules/revsliderprestashop/revsliderprestashop.php:532 (loadAllAddons)
/modules/revsliderprestashop/revsliderprestashop.php:583 (generateSlider)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:381 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:434 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:463 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 7193) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.678
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
557 |
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` = 2 AND cl.id_shop = 1 ) WHERE c.`id_category` = 20 LIMIT 1 |
0.677
ms
|
1 |
|
|
/classes/Category.php:1585
/override/classes/Link.php:117 (getParentsCategories)
/classes/Link.php:1217 (getCategoryLink)
/classes/Link.php:1498 (getLanguageLink)
/classes/Smarty/SmartyLazyRegister.php:81 (getUrlSmarty)
/var/cache/prod/smarty/compile/alysum/33/44/83/334483dcf47e21ec6548d4c3ad3c713bea491610_2.module.pkelementsviewstemplatespklanguages.tpl.php:63 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c5490ec5_30329449)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/pkelements/src/WidgetTemplate.php:46 (fetch)
/modules/pkelements/classes/WidgetPklanguages.php:192 (getTemplate)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/classes/CESmarty.php:157 (printElement)
/modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback)
/modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode)
/modules/creativeelements/core/base/document.php:693 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/13/37/b5/1337b5e3c4afe317596a5c3e180261999c2aa8dd_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_12631649446839f7d7dc1394_31992451)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/13/37/b5/1337b5e3c4afe317596a5c3e180261999c2aa8dd_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7efb1e2_58795470)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a3/e7/ee/a3e7ee6c6f3a8a903ced2f5668dd63145ef2919c_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7db7371_69671904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
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.676
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:27 (__construct)
/controllers/front/listing/CategoryController.php:78 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
227 |
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` = 8634
AND image_shop.`cover` = 1 LIMIT 1 |
0.673
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
299 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 8282) |
0.671
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
542 |
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 5020301 AND `name` = "_elementor_data" LIMIT 1 |
0.670
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:274
/modules/creativeelements/core/base/document.php:566 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:616 (getJsonMeta)
/modules/creativeelements/includes/frontend.php:846 (getElementsData)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/13/37/b5/1337b5e3c4afe317596a5c3e180261999c2aa8dd_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_12631649446839f7d7dc1394_31992451)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/13/37/b5/1337b5e3c4afe317596a5c3e180261999c2aa8dd_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7efb1e2_58795470)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a3/e7/ee/a3e7ee6c6f3a8a903ced2f5668dd63145ef2919c_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7db7371_69671904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 lb.`id_link_block`
FROM ps_link_block lb
INNER JOIN ps_link_block_shop lbs ON lbs.`id_link_block` = lb.`id_link_block`
WHERE lb. `id_hook` = 35 AND lbs.`id_shop` = 1
ORDER by lbs.`position` |
0.670
ms
|
5 |
Yes
|
|
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:87
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1788 (_registerControls)
/modules/creativeelements/includes/base/widget-base.php:844 (initControls)
/modules/creativeelements/includes/base/controls-stack.php:458 (initControls)
/modules/creativeelements/includes/base/widget-base.php:169 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:250 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1826 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:966 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1679 (getData)
/modules/creativeelements/core/base/base-object.php:136 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:44 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:785 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:799 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:509 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/classes/CESmarty.php:157 (printElement)
/modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback)
/modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode)
/modules/creativeelements/core/base/document.php:693 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_20790307066839f7c68f72d7_25988310)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c691c701_38558862)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ef/99/59/ef9959d4e454228eca0eba141e4f76f2660caac4_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c68eb883_54138814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 `id_module` FROM `ps_module` WHERE `name` = "ps_shoppingcart" LIMIT 1 |
0.669
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2112 (getModuleIdByName)
/modules/pkelements/classes/WidgetPkcart.php:111 (isInstalled)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/classes/CESmarty.php:157 (printElement)
/modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback)
/modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode)
/modules/creativeelements/core/base/document.php:693 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/13/37/b5/1337b5e3c4afe317596a5c3e180261999c2aa8dd_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_12631649446839f7d7dc1394_31992451)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/13/37/b5/1337b5e3c4afe317596a5c3e180261999c2aa8dd_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7efb1e2_58795470)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a3/e7/ee/a3e7ee6c6f3a8a903ced2f5668dd63145ef2919c_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7db7371_69671904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
627 |
SELECT SQL_NO_CACHE *
FROM `ps_cms_lang`
WHERE `id_cms` = 4 AND `id_shop` = 1 |
0.668
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1788 (_registerControls)
/modules/creativeelements/includes/base/widget-base.php:844 (initControls)
/modules/creativeelements/includes/base/controls-stack.php:458 (initControls)
/modules/creativeelements/includes/base/widget-base.php:169 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:250 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1826 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:966 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1679 (getData)
/modules/creativeelements/core/base/base-object.php:136 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:44 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:785 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:799 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:509 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/classes/CESmarty.php:157 (printElement)
/modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback)
/modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode)
/modules/creativeelements/core/base/document.php:693 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_20790307066839f7c68f72d7_25988310)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c691c701_38558862)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ef/99/59/ef9959d4e454228eca0eba141e4f76f2660caac4_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c68eb883_54138814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
602 |
SELECT SQL_NO_CACHE a.`id_ce_content` AS id
FROM `ps_ce_content` a
LEFT JOIN `ps_ce_content_lang` `b` ON a.`id_ce_content` = b.`id_ce_content`
LEFT JOIN `ps_ce_content_shop` `c` ON c.`id_ce_content` = a.`id_ce_content` AND c.`id_shop` = b.`id_shop`
WHERE (b.`id_lang` = 3) AND (c.`id_shop` = 1) AND (a.`hook` LIKE "DisplayFooterBuilder") AND (a.`active` = 1)
ORDER BY a.`id_product` DESC |
0.668
ms
|
5 |
Yes
|
|
/modules/creativeelements/classes/CEContent.php:138
/modules/creativeelements/creativeelements.php:761 (getIdsByHook)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_20790307066839f7c68f72d7_25988310)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c691c701_38558862)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ef/99/59/ef9959d4e454228eca0eba141e4f76f2660caac4_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c68eb883_54138814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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` c ORDER BY `iso_code` ASC |
0.667
ms
|
1 |
Yes
|
|
/classes/Currency.php:709
/src/Adapter/Currency/CurrencyDataProvider.php:84 (findAllInstalled)
/src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php:90 (findAllInstalled)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (getAllInstalledCurrencyIsoCodes)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
81 |
SELECT SQL_NO_CACHE * FROM ps_arseopro_redirect WHERE (`from` = "/ru/vnutrennee-osvesshenie/podvesnye-lampy/?q=M%D0%B0%D1%82%D0%B5%D1%80%D0%B8%D0%B0%D0%BB-C%D1%82%D0%B5%D0%BA%D0%BB%D0%BE%2F%D0%A6%D0%B2%D0%B5%D1%82-%D0%97%D0%BE%D0%BB%D0%BE%D1%82%D0%B0%D1%8F%2F%D0%94%D0%B8%D0%B0%D0%BC%D0%B5%D1%82%D1%80-30+cm-35+cm-44+cm-48+cm-91+cm-104+cm-16+cm" OR `from` = "https://www.tavagaisma.lv/ru/vnutrennee-osvesshenie/podvesnye-lampy/?q=M%D0%B0%D1%82%D0%B5%D1%80%D0%B8%D0%B0%D0%BB-C%D1%82%D0%B5%D0%BA%D0%BB%D0%BE%2F%D0%A6%D0%B2%D0%B5%D1%82-%D0%97%D0%BE%D0%BB%D0%BE%D1%82%D0%B0%D1%8F%2F%D0%94%D0%B8%D0%B0%D0%BC%D0%B5%D1%82%D1%80-30+cm-35+cm-44+cm-48+cm-91+cm-104+cm-16+cm") AND id_shop IN(0, 1) AND status = 1 ORDER BY id_redirect DESC LIMIT 1 |
0.664
ms
|
2 |
Yes
|
|
/modules/arseopro/arseopro.php:851
/override/classes/Dispatcher.php:106 (redirect)
/override/classes/Dispatcher.php:124 (arSEOredirect)
/classes/Link.php:1208 (getController)
/classes/controller/FrontController.php:2180 (getLanguageLink)
/classes/controller/FrontController.php:1620 (getAlternativeLangsUrl)
/override/classes/controller/FrontController.php:74 (getTemplateVarUrls)
/classes/controller/FrontController.php:1753 (getTemplateVarUrls)
/override/classes/controller/FrontController.php:62 (getTemplateVarShop)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
625 |
SELECT SQL_NO_CACHE *
FROM `ps_cms_lang`
WHERE `id_cms` = 9 AND `id_shop` = 1 |
0.664
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1788 (_registerControls)
/modules/creativeelements/includes/base/widget-base.php:844 (initControls)
/modules/creativeelements/includes/base/controls-stack.php:458 (initControls)
/modules/creativeelements/includes/base/widget-base.php:169 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:250 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1826 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:966 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1679 (getData)
/modules/creativeelements/core/base/base-object.php:136 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:44 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:785 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:799 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:509 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/classes/CESmarty.php:157 (printElement)
/modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback)
/modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode)
/modules/creativeelements/core/base/document.php:693 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_20790307066839f7c68f72d7_25988310)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c691c701_38558862)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ef/99/59/ef9959d4e454228eca0eba141e4f76f2660caac4_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c68eb883_54138814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 p.id_product, pl.link_rewrite, pl.name FROM `ps_product` p LEFT JOIN `ps_product_lang` pl ON pl.id_product = p.id_product WHERE p.id_product = 6745 AND pl.id_lang = 3 LIMIT 1 |
0.663
ms
|
1 |
|
|
/modules/arseopro/classes/ArSeoProJsonLD.php:272
/modules/arseopro/arseopro.php:357 (buildProductListJson)
/classes/Hook.php:1083 (hookActionProductSearchAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:445 (exec)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
100 |
SELECT SQL_NO_CACHE * FROM ps_revslider_sliders |
0.663
ms
|
8 |
|
|
/modules/revsliderprestashop/includes/revslider_db.class.php:214
/modules/revsliderprestashop/revsliderprestashop.php:515 (getResults)
/modules/revsliderprestashop/revsliderprestashop.php:354 (hookCommonCb)
/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/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
623 |
SELECT SQL_NO_CACHE *
FROM `ps_cms_lang`
WHERE `id_cms` = 1 AND `id_shop` = 1 |
0.662
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1788 (_registerControls)
/modules/creativeelements/includes/base/widget-base.php:844 (initControls)
/modules/creativeelements/includes/base/controls-stack.php:458 (initControls)
/modules/creativeelements/includes/base/widget-base.php:169 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:250 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1826 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:966 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1679 (getData)
/modules/creativeelements/core/base/base-object.php:136 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:44 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:785 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:799 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:509 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/classes/CESmarty.php:157 (printElement)
/modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback)
/modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode)
/modules/creativeelements/core/base/document.php:693 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_20790307066839f7c68f72d7_25988310)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c691c701_38558862)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ef/99/59/ef9959d4e454228eca0eba141e4f76f2660caac4_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c68eb883_54138814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 8268
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.661
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
4 |
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM ps_shop s
LEFT JOIN ps_shop_url su ON (s.id_shop = su.id_shop)
WHERE s.id_shop = 1
AND s.active = 1 AND s.deleted = 0 AND su.main = 1 LIMIT 1 |
0.659
ms
|
1 |
|
|
/classes/shop/Shop.php:218
/classes/shop/Shop.php:148 (setUrl)
/classes/shop/Shop.php:431 (__construct)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
551 |
SELECT SQL_NO_CACHE * FROM ps_arseopro_redirect WHERE (`from` = "/{lang}/vnutrennee-osvesshenie/podvesnye-lampy/?q=M%D0%B0%D1%82%D0%B5%D1%80%D0%B8%D0%B0%D0%BB-C%D1%82%D0%B5%D0%BA%D0%BB%D0%BE%2F%D0%A6%D0%B2%D0%B5%D1%82-%D0%97%D0%BE%D0%BB%D0%BE%D1%82%D0%B0%D1%8F%2F%D0%94%D0%B8%D0%B0%D0%BC%D0%B5%D1%82%D1%80-30+cm-35+cm-44+cm-48+cm-91+cm-104+cm-16+cm" OR `from` = "https://www.tavagaisma.lv/{lang}/vnutrennee-osvesshenie/podvesnye-lampy/?q=M%D0%B0%D1%82%D0%B5%D1%80%D0%B8%D0%B0%D0%BB-C%D1%82%D0%B5%D0%BA%D0%BB%D0%BE%2F%D0%A6%D0%B2%D0%B5%D1%82-%D0%97%D0%BE%D0%BB%D0%BE%D1%82%D0%B0%D1%8F%2F%D0%94%D0%B8%D0%B0%D0%BC%D0%B5%D1%82%D1%80-30+cm-35+cm-44+cm-48+cm-91+cm-104+cm-16+cm") AND id_shop IN(0, 1) AND status = 1 ORDER BY id_redirect DESC LIMIT 1 |
0.659
ms
|
2 |
Yes
|
|
/modules/arseopro/arseopro.php:859
/override/classes/Dispatcher.php:106 (redirect)
/override/classes/Dispatcher.php:124 (arSEOredirect)
/classes/Link.php:1208 (getController)
/classes/Link.php:1498 (getLanguageLink)
/classes/Smarty/SmartyLazyRegister.php:81 (getUrlSmarty)
/var/cache/prod/smarty/compile/alysum/33/44/83/334483dcf47e21ec6548d4c3ad3c713bea491610_2.module.pkelementsviewstemplatespklanguages.tpl.php:63 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c5490ec5_30329449)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/pkelements/src/WidgetTemplate.php:46 (fetch)
/modules/pkelements/classes/WidgetPklanguages.php:192 (getTemplate)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/classes/CESmarty.php:157 (printElement)
/modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback)
/modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode)
/modules/creativeelements/core/base/document.php:693 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/13/37/b5/1337b5e3c4afe317596a5c3e180261999c2aa8dd_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_12631649446839f7d7dc1394_31992451)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/13/37/b5/1337b5e3c4afe317596a5c3e180261999c2aa8dd_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7efb1e2_58795470)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a3/e7/ee/a3e7ee6c6f3a8a903ced2f5668dd63145ef2919c_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7db7371_69671904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
637 |
SELECT SQL_NO_CACHE *
FROM `ps_cms_lang`
WHERE `id_cms` = 17 AND `id_shop` = 1 |
0.659
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1788 (_registerControls)
/modules/creativeelements/includes/base/widget-base.php:844 (initControls)
/modules/creativeelements/includes/base/controls-stack.php:458 (initControls)
/modules/creativeelements/includes/base/widget-base.php:169 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:250 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1826 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:966 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1679 (getData)
/modules/creativeelements/core/base/base-object.php:136 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:44 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:785 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:799 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:509 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/classes/CESmarty.php:157 (printElement)
/modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback)
/modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode)
/modules/creativeelements/core/base/document.php:693 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_20790307066839f7c68f72d7_25988310)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c691c701_38558862)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ef/99/59/ef9959d4e454228eca0eba141e4f76f2660caac4_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c68eb883_54138814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
205 |
SELECT SQL_NO_CACHE 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` = 8764
AND image_shop.`cover` = 1 LIMIT 1 |
0.658
ms
|
2 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
65 |
SELECT SQL_NO_CACHE * FROM ps_arseopro_redirect WHERE (`from` = "/{lang}/vnutrennee-osvesshenie/podvesnye-lampy/?q=M%D0%B0%D1%82%D0%B5%D1%80%D0%B8%D0%B0%D0%BB-C%D1%82%D0%B5%D0%BA%D0%BB%D0%BE%2F%D0%A6%D0%B2%D0%B5%D1%82-%D0%97%D0%BE%D0%BB%D0%BE%D1%82%D0%B0%D1%8F%2F%D0%94%D0%B8%D0%B0%D0%BC%D0%B5%D1%82%D1%80-30+cm-35+cm-44+cm-48+cm-91+cm-104+cm-16+cm" OR `from` = "https://www.tavagaisma.lv/{lang}/vnutrennee-osvesshenie/podvesnye-lampy/?q=M%D0%B0%D1%82%D0%B5%D1%80%D0%B8%D0%B0%D0%BB-C%D1%82%D0%B5%D0%BA%D0%BB%D0%BE%2F%D0%A6%D0%B2%D0%B5%D1%82-%D0%97%D0%BE%D0%BB%D0%BE%D1%82%D0%B0%D1%8F%2F%D0%94%D0%B8%D0%B0%D0%BC%D0%B5%D1%82%D1%80-30+cm-35+cm-44+cm-48+cm-91+cm-104+cm-16+cm") AND id_shop IN(0, 1) AND status = 1 ORDER BY id_redirect DESC LIMIT 1 |
0.656
ms
|
2 |
Yes
|
|
/modules/arseopro/arseopro.php:859
/override/classes/Dispatcher.php:106 (redirect)
/override/classes/Dispatcher.php:124 (arSEOredirect)
/classes/Link.php:1208 (getController)
/classes/controller/FrontController.php:2180 (getLanguageLink)
/classes/controller/FrontController.php:1620 (getAlternativeLangsUrl)
/override/classes/controller/FrontController.php:74 (getTemplateVarUrls)
/classes/controller/FrontController.php:1753 (getTemplateVarUrls)
/override/classes/controller/FrontController.php:62 (getTemplateVarShop)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
59 |
SELECT SQL_NO_CACHE * FROM ps_arseopro_redirect WHERE (`from` = "/{lang}/vnutrennee-osvesshenie/podvesnye-lampy/?q=M%D0%B0%D1%82%D0%B5%D1%80%D0%B8%D0%B0%D0%BB-C%D1%82%D0%B5%D0%BA%D0%BB%D0%BE%2F%D0%A6%D0%B2%D0%B5%D1%82-%D0%97%D0%BE%D0%BB%D0%BE%D1%82%D0%B0%D1%8F%2F%D0%94%D0%B8%D0%B0%D0%BC%D0%B5%D1%82%D1%80-30+cm-35+cm-44+cm-48+cm-91+cm-104+cm-16+cm" OR `from` = "https://www.tavagaisma.lv/{lang}/vnutrennee-osvesshenie/podvesnye-lampy/?q=M%D0%B0%D1%82%D0%B5%D1%80%D0%B8%D0%B0%D0%BB-C%D1%82%D0%B5%D0%BA%D0%BB%D0%BE%2F%D0%A6%D0%B2%D0%B5%D1%82-%D0%97%D0%BE%D0%BB%D0%BE%D1%82%D0%B0%D1%8F%2F%D0%94%D0%B8%D0%B0%D0%BC%D0%B5%D1%82%D1%80-30+cm-35+cm-44+cm-48+cm-91+cm-104+cm-16+cm") AND id_shop IN(0, 1) AND status = 1 ORDER BY id_redirect DESC LIMIT 1 |
0.653
ms
|
2 |
Yes
|
|
/modules/arseopro/arseopro.php:859
/override/classes/Dispatcher.php:106 (redirect)
/override/classes/Dispatcher.php:124 (arSEOredirect)
/classes/Link.php:1208 (getController)
/classes/controller/FrontController.php:2180 (getLanguageLink)
/classes/controller/FrontController.php:1620 (getAlternativeLangsUrl)
/override/classes/controller/FrontController.php:74 (getTemplateVarUrls)
/classes/controller/FrontController.php:1753 (getTemplateVarUrls)
/override/classes/controller/FrontController.php:62 (getTemplateVarShop)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
188 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 8775) |
0.653
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
254 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 8632) |
0.653
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
543 |
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 5020301 AND `name` = "_elementor_css" LIMIT 1 |
0.653
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:274
/modules/creativeelements/core/files/css/post.php:134 (CE\get_post_meta)
/modules/creativeelements/core/files/base.php:202 (loadMeta)
/modules/creativeelements/core/files/css/base.php:186 (getMeta)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/includes/frontend.php:861 (enqueue)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/13/37/b5/1337b5e3c4afe317596a5c3e180261999c2aa8dd_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_12631649446839f7d7dc1394_31992451)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/13/37/b5/1337b5e3c4afe317596a5c3e180261999c2aa8dd_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7efb1e2_58795470)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a3/e7/ee/a3e7ee6c6f3a8a903ced2f5668dd63145ef2919c_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7db7371_69671904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 3210) |
0.650
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
277 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 8368) |
0.650
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
216 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 8723
AND image_shop.`cover` = 1 LIMIT 1 |
0.650
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
527 |
SELECT SQL_NO_CACHE p.id_product, pl.link_rewrite, pl.name FROM `ps_product` p LEFT JOIN `ps_product_lang` pl ON pl.id_product = p.id_product WHERE p.id_product = 5984 AND pl.id_lang = 3 LIMIT 1 |
0.649
ms
|
1 |
|
|
/modules/arseopro/classes/ArSeoProJsonLD.php:272
/modules/arseopro/arseopro.php:357 (buildProductListJson)
/classes/Hook.php:1083 (hookActionProductSearchAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:445 (exec)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
541 |
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 5020301 AND `name` = "_elementor_page_settings" LIMIT 1 |
0.648
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:274
/modules/creativeelements/core/base/document.php:996 (CE\get_post_meta)
/modules/creativeelements/modules/premium/documents/content.php:106 (__construct)
/modules/creativeelements/core/documents-manager.php:208 (__construct)
/modules/creativeelements/core/documents-manager.php:254 (get)
/modules/creativeelements/includes/frontend.php:841 (getDocForFrontend)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/13/37/b5/1337b5e3c4afe317596a5c3e180261999c2aa8dd_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_12631649446839f7d7dc1394_31992451)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/13/37/b5/1337b5e3c4afe317596a5c3e180261999c2aa8dd_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7efb1e2_58795470)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a3/e7/ee/a3e7ee6c6f3a8a903ced2f5668dd63145ef2919c_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7db7371_69671904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 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` = 8556
AND image_shop.`cover` = 1 LIMIT 1 |
0.646
ms
|
2 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
514 |
SELECT SQL_NO_CACHE p.id_product, pl.link_rewrite, pl.name FROM `ps_product` p LEFT JOIN `ps_product_lang` pl ON pl.id_product = p.id_product WHERE p.id_product = 8368 AND pl.id_lang = 3 LIMIT 1 |
0.642
ms
|
1 |
|
|
/modules/arseopro/classes/ArSeoProJsonLD.php:272
/modules/arseopro/arseopro.php:357 (buildProductListJson)
/classes/Hook.php:1083 (hookActionProductSearchAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:445 (exec)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
530 |
SELECT SQL_NO_CACHE p.id_product, pl.link_rewrite, pl.name FROM `ps_product` p LEFT JOIN `ps_product_lang` pl ON pl.id_product = p.id_product WHERE p.id_product = 2875 AND pl.id_lang = 3 LIMIT 1 |
0.641
ms
|
1 |
|
|
/modules/arseopro/classes/ArSeoProJsonLD.php:272
/modules/arseopro/arseopro.php:357 (buildProductListJson)
/classes/Hook.php:1083 (hookActionProductSearchAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:445 (exec)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
36 |
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 3
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.640
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
64 |
SELECT SQL_NO_CACHE * FROM ps_arseopro_redirect WHERE (`from` = "/ru/vnutrennee-osvesshenie/podvesnye-lampy/?q=M%D0%B0%D1%82%D0%B5%D1%80%D0%B8%D0%B0%D0%BB-C%D1%82%D0%B5%D0%BA%D0%BB%D0%BE%2F%D0%A6%D0%B2%D0%B5%D1%82-%D0%97%D0%BE%D0%BB%D0%BE%D1%82%D0%B0%D1%8F%2F%D0%94%D0%B8%D0%B0%D0%BC%D0%B5%D1%82%D1%80-30+cm-35+cm-44+cm-48+cm-91+cm-104+cm-16+cm" OR `from` = "https://www.tavagaisma.lv/ru/vnutrennee-osvesshenie/podvesnye-lampy/?q=M%D0%B0%D1%82%D0%B5%D1%80%D0%B8%D0%B0%D0%BB-C%D1%82%D0%B5%D0%BA%D0%BB%D0%BE%2F%D0%A6%D0%B2%D0%B5%D1%82-%D0%97%D0%BE%D0%BB%D0%BE%D1%82%D0%B0%D1%8F%2F%D0%94%D0%B8%D0%B0%D0%BC%D0%B5%D1%82%D1%80-30+cm-35+cm-44+cm-48+cm-91+cm-104+cm-16+cm") AND id_shop IN(0, 1) AND status = 1 ORDER BY id_redirect DESC LIMIT 1 |
0.640
ms
|
2 |
Yes
|
|
/modules/arseopro/arseopro.php:851
/override/classes/Dispatcher.php:106 (redirect)
/override/classes/Dispatcher.php:124 (arSEOredirect)
/classes/Link.php:1208 (getController)
/classes/controller/FrontController.php:2180 (getLanguageLink)
/classes/controller/FrontController.php:1620 (getAlternativeLangsUrl)
/override/classes/controller/FrontController.php:74 (getTemplateVarUrls)
/classes/controller/FrontController.php:1753 (getTemplateVarUrls)
/override/classes/controller/FrontController.php:62 (getTemplateVarShop)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
608 |
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 3020301 AND `name` = "_ce_element_cache" LIMIT 1 |
0.640
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:274
/modules/creativeelements/core/base/document.php:1100 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:1038 (getDocumentCache)
/modules/creativeelements/core/base/document.php:693 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_20790307066839f7c68f72d7_25988310)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c691c701_38558862)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ef/99/59/ef9959d4e454228eca0eba141e4f76f2660caac4_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c68eb883_54138814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 8764) |
0.638
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
469 |
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` = 3)
WHERE i.`id_product` = 8770
ORDER BY `position` |
0.637
ms
|
1 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
525 |
SELECT SQL_NO_CACHE p.id_product, pl.link_rewrite, pl.name FROM `ps_product` p LEFT JOIN `ps_product_lang` pl ON pl.id_product = p.id_product WHERE p.id_product = 6744 AND pl.id_lang = 3 LIMIT 1 |
0.636
ms
|
1 |
|
|
/modules/arseopro/classes/ArSeoProJsonLD.php:272
/modules/arseopro/arseopro.php:357 (buildProductListJson)
/classes/Hook.php:1083 (hookActionProductSearchAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:445 (exec)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
339 |
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` = 7156
AND image_shop.`cover` = 1 LIMIT 1 |
0.635
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
74 |
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` = 3 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 8 AND c.`nright` >= 9 AND c.`nleft` >= 2 AND c.`nright` <= 63 ORDER BY `nleft` DESC |
0.634
ms
|
5 |
|
|
/classes/Category.php:1600
/override/classes/Link.php:117 (getParentsCategories)
/classes/Link.php:1217 (getCategoryLink)
/classes/controller/FrontController.php:2180 (getLanguageLink)
/classes/controller/FrontController.php:1620 (getAlternativeLangsUrl)
/override/classes/controller/FrontController.php:74 (getTemplateVarUrls)
/classes/controller/FrontController.php:1753 (getTemplateVarUrls)
/override/classes/controller/FrontController.php:62 (getTemplateVarShop)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
528 |
SELECT SQL_NO_CACHE p.id_product, pl.link_rewrite, pl.name FROM `ps_product` p LEFT JOIN `ps_product_lang` pl ON pl.id_product = p.id_product WHERE p.id_product = 4740 AND pl.id_lang = 3 LIMIT 1 |
0.632
ms
|
1 |
|
|
/modules/arseopro/classes/ArSeoProJsonLD.php:272
/modules/arseopro/arseopro.php:357 (buildProductListJson)
/classes/Hook.php:1083 (hookActionProductSearchAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:445 (exec)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
536 |
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 20040301 AND `name` = "_elementor_page_settings" LIMIT 1 |
0.632
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:274
/modules/creativeelements/core/base/document.php:996 (CE\get_post_meta)
/modules/creativeelements/core/base/page-base.php:206 (__construct)
/modules/creativeelements/core/documents-manager.php:208 (__construct)
/modules/creativeelements/core/documents-manager.php:254 (get)
/modules/creativeelements/modules/page-templates/module.php:70 (getDocForFrontend)
/modules/creativeelements/classes/wrappers/Helper.php:364 (templateInclude)
/modules/creativeelements/creativeelements.php:653 (CE\apply_filters)
/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:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/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)
|
508 |
SELECT SQL_NO_CACHE p.id_product, pl.link_rewrite, pl.name FROM `ps_product` p LEFT JOIN `ps_product_lang` pl ON pl.id_product = p.id_product WHERE p.id_product = 8764 AND pl.id_lang = 3 LIMIT 1 |
0.631
ms
|
1 |
|
|
/modules/arseopro/classes/ArSeoProJsonLD.php:272
/modules/arseopro/arseopro.php:357 (buildProductListJson)
/classes/Hook.php:1083 (hookActionProductSearchAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:445 (exec)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
233 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 8634 AND id_shop=1 LIMIT 1 |
0.630
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
322 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 7193) |
0.628
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
272 |
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` = 8368
AND image_shop.`cover` = 1 LIMIT 1 |
0.627
ms
|
5 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
575 |
SELECT SQL_NO_CACHE option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-addons' LIMIT 1 |
0.625
ms
|
16 |
|
|
/modules/revsliderprestashop/includes/revslider_db.class.php:192
/modules/revsliderprestashop/rev-loader.php:999 (get_var)
/modules/revsliderprestashop/rev-loader.php:1795 (get_option)
/modules/revsliderprestashop/revsliderprestashop.php:532 (loadAllAddons)
/modules/revsliderprestashop/revsliderprestashop.php:583 (generateSlider)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:381 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:434 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:463 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 `value` FROM ps_ce_meta WHERE `id` = 29010000 AND `name` = "_elementor_page_settings" LIMIT 1 |
0.625
ms
|
4 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:274
/modules/creativeelements/core/base/document.php:996 (CE\get_post_meta)
/modules/creativeelements/core/kits/documents/kit.php:25 (__construct)
/modules/creativeelements/core/documents-manager.php:208 (__construct)
/modules/creativeelements/core/kits/manager.php:54 (get)
/modules/creativeelements/core/kits/manager.php:138 (getActiveKit)
/modules/creativeelements/core/kits/manager.php:113 (getKitForFrontend)
/modules/creativeelements/creativeelements.php:394 (frontendBeforeEnqueueStyles)
/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:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/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)
|
564 |
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` = 6 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 8 AND c.`nright` >= 9 AND c.`nleft` >= 2 AND c.`nright` <= 63 ORDER BY `nleft` DESC |
0.624
ms
|
5 |
|
|
/classes/Category.php:1600
/override/classes/Link.php:117 (getParentsCategories)
/classes/Link.php:1217 (getCategoryLink)
/classes/Link.php:1498 (getLanguageLink)
/classes/Smarty/SmartyLazyRegister.php:81 (getUrlSmarty)
/var/cache/prod/smarty/compile/alysum/33/44/83/334483dcf47e21ec6548d4c3ad3c713bea491610_2.module.pkelementsviewstemplatespklanguages.tpl.php:63 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c5490ec5_30329449)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/pkelements/src/WidgetTemplate.php:46 (fetch)
/modules/pkelements/classes/WidgetPklanguages.php:192 (getTemplate)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/classes/CESmarty.php:157 (printElement)
/modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback)
/modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode)
/modules/creativeelements/core/base/document.php:693 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/13/37/b5/1337b5e3c4afe317596a5c3e180261999c2aa8dd_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_12631649446839f7d7dc1394_31992451)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/13/37/b5/1337b5e3c4afe317596a5c3e180261999c2aa8dd_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7efb1e2_58795470)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a3/e7/ee/a3e7ee6c6f3a8a903ced2f5668dd63145ef2919c_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7db7371_69671904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 3 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 8 AND c.`nright` >= 9 AND c.`nleft` >= 2 AND c.`nright` <= 63 ORDER BY `nleft` DESC |
0.622
ms
|
5 |
|
|
/classes/Category.php:1600
/override/classes/Link.php:117 (getParentsCategories)
/controllers/front/listing/CategoryController.php:63 (getCategoryLink)
/classes/controller/FrontController.php:1819 (getCanonicalURL)
/controllers/front/listing/CategoryController.php:276 (getTemplateVarPage)
/classes/controller/FrontController.php:562 (getTemplateVarPage)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
109 |
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM ps_layered_category
WHERE controller = 'category'
AND id_category = 20
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC |
0.622
ms
|
12 |
Yes
|
Yes
|
/modules/ps_facetedsearch/src/Filters/Provider.php:61
/modules/ps_facetedsearch/src/Filters/Converter.php:263 (getFiltersForQuery)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:163 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
626 |
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 4) LIMIT 1 |
0.619
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1788 (_registerControls)
/modules/creativeelements/includes/base/widget-base.php:844 (initControls)
/modules/creativeelements/includes/base/controls-stack.php:458 (initControls)
/modules/creativeelements/includes/base/widget-base.php:169 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:250 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1826 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:966 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1679 (getData)
/modules/creativeelements/core/base/base-object.php:136 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:44 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:785 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:799 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:509 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/classes/CESmarty.php:157 (printElement)
/modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback)
/modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode)
/modules/creativeelements/core/base/document.php:693 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_20790307066839f7c68f72d7_25988310)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c691c701_38558862)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ef/99/59/ef9959d4e454228eca0eba141e4f76f2660caac4_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c68eb883_54138814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
145 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 0 LIMIT 1 |
0.619
ms
|
1 |
|
|
/classes/SpecificPrice.php:426
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
503 |
SELECT SQL_NO_CACHE p.id_product, pl.link_rewrite, pl.name FROM `ps_product` p LEFT JOIN `ps_product_lang` pl ON pl.id_product = p.id_product WHERE p.id_product = 3210 AND pl.id_lang = 3 LIMIT 1 |
0.619
ms
|
1 |
|
|
/modules/arseopro/classes/ArSeoProJsonLD.php:272
/modules/arseopro/arseopro.php:357 (buildProductListJson)
/classes/Hook.php:1083 (hookActionProductSearchAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:445 (exec)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
559 |
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 2 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 8 AND c.`nright` >= 9 AND c.`nleft` >= 2 AND c.`nright` <= 63 ORDER BY `nleft` DESC |
0.619
ms
|
5 |
|
|
/classes/Category.php:1600
/override/classes/Link.php:117 (getParentsCategories)
/classes/Link.php:1217 (getCategoryLink)
/classes/Link.php:1498 (getLanguageLink)
/classes/Smarty/SmartyLazyRegister.php:81 (getUrlSmarty)
/var/cache/prod/smarty/compile/alysum/33/44/83/334483dcf47e21ec6548d4c3ad3c713bea491610_2.module.pkelementsviewstemplatespklanguages.tpl.php:63 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c5490ec5_30329449)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/pkelements/src/WidgetTemplate.php:46 (fetch)
/modules/pkelements/classes/WidgetPklanguages.php:192 (getTemplate)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/classes/CESmarty.php:157 (printElement)
/modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback)
/modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode)
/modules/creativeelements/core/base/document.php:693 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/13/37/b5/1337b5e3c4afe317596a5c3e180261999c2aa8dd_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_12631649446839f7d7dc1394_31992451)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/13/37/b5/1337b5e3c4afe317596a5c3e180261999c2aa8dd_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7efb1e2_58795470)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a3/e7/ee/a3e7ee6c6f3a8a903ced2f5668dd63145ef2919c_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7db7371_69671904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 p.id_product, pl.link_rewrite, pl.name FROM `ps_product` p LEFT JOIN `ps_product_lang` pl ON pl.id_product = p.id_product WHERE p.id_product = 7193 AND pl.id_lang = 3 LIMIT 1 |
0.616
ms
|
1 |
|
|
/modules/arseopro/classes/ArSeoProJsonLD.php:272
/modules/arseopro/arseopro.php:357 (buildProductListJson)
/classes/Hook.php:1083 (hookActionProductSearchAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:445 (exec)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
587 |
SELECT SQL_NO_CACHE option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-panorama-addon' LIMIT 1 |
0.615
ms
|
16 |
|
|
/modules/revsliderprestashop/includes/revslider_db.class.php:192
/modules/revsliderprestashop/rev-loader.php:999 (get_var)
/modules/revsliderprestashop/rev-loader.php:1803 (get_option)
/modules/revsliderprestashop/revsliderprestashop.php:532 (loadAllAddons)
/modules/revsliderprestashop/revsliderprestashop.php:583 (generateSlider)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:381 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:434 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:463 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 3 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 8 AND c.`nright` >= 9 AND c.`nleft` >= 2 AND c.`nright` <= 63 ORDER BY `nleft` DESC |
0.614
ms
|
5 |
|
|
/classes/Category.php:1600
/override/classes/Link.php:117 (getParentsCategories)
/controllers/front/listing/CategoryController.php:259 (getCategoryLink)
/classes/controller/FrontController.php:1876 (getBreadcrumbLinks)
/classes/controller/FrontController.php:568 (getBreadcrumb)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
173 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 20 LIMIT 1 |
0.611
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
640 |
SELECT SQL_NO_CACHE lb.`id_link_block`
FROM ps_link_block lb
INNER JOIN ps_link_block_shop lbs ON lbs.`id_link_block` = lb.`id_link_block`
WHERE lb. `id_hook` = 35 AND lbs.`id_shop` = 1
ORDER by lbs.`position` |
0.611
ms
|
5 |
Yes
|
|
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:87
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1788 (_registerControls)
/modules/creativeelements/includes/base/widget-base.php:844 (initControls)
/modules/creativeelements/includes/base/controls-stack.php:458 (initControls)
/modules/creativeelements/includes/base/widget-base.php:169 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:250 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1826 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:966 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1679 (getData)
/modules/creativeelements/core/base/base-object.php:136 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:44 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:785 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:799 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:509 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/classes/CESmarty.php:157 (printElement)
/modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback)
/modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode)
/modules/creativeelements/core/base/document.php:693 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_20790307066839f7c68f72d7_25988310)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c691c701_38558862)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ef/99/59/ef9959d4e454228eca0eba141e4f76f2660caac4_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c68eb883_54138814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 8 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 8 AND c.`nright` >= 9 AND c.`nleft` >= 2 AND c.`nright` <= 63 ORDER BY `nleft` DESC |
0.608
ms
|
5 |
|
|
/classes/Category.php:1600
/override/classes/Link.php:117 (getParentsCategories)
/classes/Link.php:1217 (getCategoryLink)
/classes/Link.php:1498 (getLanguageLink)
/classes/Smarty/SmartyLazyRegister.php:81 (getUrlSmarty)
/var/cache/prod/smarty/compile/alysum/33/44/83/334483dcf47e21ec6548d4c3ad3c713bea491610_2.module.pkelementsviewstemplatespklanguages.tpl.php:63 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c5490ec5_30329449)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/pkelements/src/WidgetTemplate.php:46 (fetch)
/modules/pkelements/classes/WidgetPklanguages.php:192 (getTemplate)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/classes/CESmarty.php:157 (printElement)
/modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback)
/modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode)
/modules/creativeelements/core/base/document.php:693 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/13/37/b5/1337b5e3c4afe317596a5c3e180261999c2aa8dd_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_12631649446839f7d7dc1394_31992451)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/13/37/b5/1337b5e3c4afe317596a5c3e180261999c2aa8dd_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7efb1e2_58795470)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a3/e7/ee/a3e7ee6c6f3a8a903ced2f5668dd63145ef2919c_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7db7371_69671904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
221 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 8723) |
0.605
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
249 |
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` = 8632
AND image_shop.`cover` = 1 LIMIT 1 |
0.601
ms
|
3 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
540 |
SELECT SQL_NO_CACHE *
FROM `ps_ce_content` a
LEFT JOIN `ps_ce_content_lang` `b` ON a.`id_ce_content` = b.`id_ce_content` AND b.`id_lang` = 3
LEFT JOIN `ps_ce_content_shop` `c` ON a.`id_ce_content` = c.`id_ce_content` AND c.`id_shop` = 1
WHERE (a.`id_ce_content` = 5) AND (b.`id_shop` = 1) LIMIT 1 |
0.601
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/creativeelements/classes/CEContent.php:47 (__construct)
/modules/creativeelements/classes/wrappers/Post.php:102 (__construct)
/modules/creativeelements/classes/wrappers/Post.php:147 (getInstance)
/modules/creativeelements/core/documents-manager.php:200 (CE\get_post)
/modules/creativeelements/core/documents-manager.php:254 (get)
/modules/creativeelements/includes/frontend.php:841 (getDocForFrontend)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/13/37/b5/1337b5e3c4afe317596a5c3e180261999c2aa8dd_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_12631649446839f7d7dc1394_31992451)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/13/37/b5/1337b5e3c4afe317596a5c3e180261999c2aa8dd_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7efb1e2_58795470)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a3/e7/ee/a3e7ee6c6f3a8a903ced2f5668dd63145ef2919c_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7db7371_69671904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
653 |
SELECT SQL_NO_CACHE lb.`id_link_block`
FROM ps_link_block lb
INNER JOIN ps_link_block_shop lbs ON lbs.`id_link_block` = lb.`id_link_block`
WHERE lb. `id_hook` = 684 AND lbs.`id_shop` = 1
ORDER by lbs.`position` |
0.600
ms
|
5 |
Yes
|
|
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:87
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:99 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1788 (_registerControls)
/modules/creativeelements/includes/base/widget-base.php:844 (initControls)
/modules/creativeelements/includes/base/controls-stack.php:458 (initControls)
/modules/creativeelements/includes/base/widget-base.php:169 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:250 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1826 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:966 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1679 (getData)
/modules/creativeelements/core/base/base-object.php:136 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:44 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:785 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:799 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:509 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/classes/CESmarty.php:157 (printElement)
/modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback)
/modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode)
/modules/creativeelements/core/base/document.php:693 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_20790307066839f7c68f72d7_25988310)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c691c701_38558862)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ef/99/59/ef9959d4e454228eca0eba141e4f76f2660caac4_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c68eb883_54138814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
18 |
SELECT SQL_NO_CACHE name, alias FROM `ps_hook_alias` |
0.599
ms
|
88 |
|
|
/classes/Hook.php:342
/classes/Hook.php:157 (getCanonicalHookNames)
/classes/Hook.php:366 (normalizeHookName)
/classes/Hook.php:389 (getAllKnownNames)
/classes/Hook.php:980 (isHookCallableOn)
/classes/Dispatcher.php:606 (exec)
/override/classes/Dispatcher.php:77 (loadRoutes)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
333 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 7171) |
0.596
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
355 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 6941) |
0.596
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
572 |
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_cart` = 0 LIMIT 1 |
0.596
ms
|
1 |
|
|
/classes/Cart.php:1303
/src/Adapter/Presenter/Cart/CartLazyArray.php:300 (getNbProducts)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getProductsCount)
/var/cache/prod/smarty/compile/alysum/ae/20/67/ae2067853965648a312f6922b840dd4180097f8e_2.module.pkelementsviewstemplatespkcart.tpl.php:50 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c585f3f8_55158930)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/pkelements/src/WidgetTemplate.php:46 (fetch)
/modules/pkelements/classes/WidgetPkcart.php:129 (getTemplate)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/classes/CESmarty.php:157 (printElement)
/modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback)
/modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode)
/modules/creativeelements/core/base/document.php:693 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/13/37/b5/1337b5e3c4afe317596a5c3e180261999c2aa8dd_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_12631649446839f7d7dc1394_31992451)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/13/37/b5/1337b5e3c4afe317596a5c3e180261999c2aa8dd_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7efb1e2_58795470)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a3/e7/ee/a3e7ee6c6f3a8a903ced2f5668dd63145ef2919c_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7db7371_69671904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
169 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1983) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.595
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
31 |
SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions`
WHERE `id_shop` IN (1) |
0.594
ms
|
1 |
|
|
/classes/module/Module.php:2046
/classes/Hook.php:935 (getExceptionsStatic)
/classes/Dispatcher.php:507 (exec)
/index.php:28 (dispatch)
|
93 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a0
LEFT JOIN `ps_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 8) AND (a0.`nright` > 9) AND (a1.`id_lang` = 3) AND (a1.`id_shop` = 1)
ORDER BY a0.`nleft` asc |
0.594
ms
|
5 |
|
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/controllers/front/listing/CategoryController.php:246 (rewind)
/classes/controller/FrontController.php:1876 (getBreadcrumbLinks)
/classes/controller/FrontController.php:568 (getBreadcrumb)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
429 |
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` = 4740
AND image_shop.`cover` = 1 LIMIT 1 |
0.594
ms
|
3 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
175 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 8776
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.592
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
295 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 20 LIMIT 1 |
0.592
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
597 |
SELECT SQL_NO_CACHE option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-static-css' LIMIT 1 |
0.592
ms
|
16 |
|
|
/modules/revsliderprestashop/includes/revslider_db.class.php:192
/modules/revsliderprestashop/rev-loader.php:999 (get_var)
/modules/revsliderprestashop/includes/functions.class.php:862 (get_option)
/modules/revsliderprestashop/public/revslider-front.class.php:85 (get_static_css)
/modules/revsliderprestashop/rev-loader.php:715 (add_actions)
/modules/revsliderprestashop/revsliderprestashop.php:537 (do_action)
/modules/revsliderprestashop/revsliderprestashop.php:583 (generateSlider)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:381 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:434 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:463 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
232 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 8634) |
0.591
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
449 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3213) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.591
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
589 |
SELECT SQL_NO_CACHE option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-revealer-addon' LIMIT 1 |
0.590
ms
|
16 |
|
|
/modules/revsliderprestashop/includes/revslider_db.class.php:192
/modules/revsliderprestashop/rev-loader.php:999 (get_var)
/modules/revsliderprestashop/rev-loader.php:1803 (get_option)
/modules/revsliderprestashop/revsliderprestashop.php:532 (loadAllAddons)
/modules/revsliderprestashop/revsliderprestashop.php:583 (generateSlider)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:381 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:434 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:463 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 p.id_product, pl.link_rewrite, pl.name FROM `ps_product` p LEFT JOIN `ps_product_lang` pl ON pl.id_product = p.id_product WHERE p.id_product = 6004 AND pl.id_lang = 3 LIMIT 1 |
0.589
ms
|
1 |
|
|
/modules/arseopro/classes/ArSeoProJsonLD.php:272
/modules/arseopro/arseopro.php:357 (buildProductListJson)
/classes/Hook.php:1083 (hookActionProductSearchAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:445 (exec)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
641 |
SELECT SQL_NO_CACHE lb.`id_link_block`
FROM ps_link_block lb
INNER JOIN ps_link_block_shop lbs ON lbs.`id_link_block` = lb.`id_link_block`
WHERE lb. `id_hook` = 35 AND lbs.`id_shop` = 1
ORDER by lbs.`position` |
0.589
ms
|
5 |
Yes
|
|
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:87
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1788 (_registerControls)
/modules/creativeelements/includes/base/widget-base.php:844 (initControls)
/modules/creativeelements/includes/base/controls-stack.php:458 (initControls)
/modules/creativeelements/includes/base/widget-base.php:169 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:250 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1826 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:966 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1679 (getData)
/modules/creativeelements/core/base/base-object.php:136 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:44 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:785 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:799 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:509 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/classes/CESmarty.php:157 (printElement)
/modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback)
/modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode)
/modules/creativeelements/core/base/document.php:693 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_20790307066839f7c68f72d7_25988310)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c691c701_38558862)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ef/99/59/ef9959d4e454228eca0eba141e4f76f2660caac4_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c68eb883_54138814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
184 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 20 LIMIT 1 |
0.588
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
446 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 3213) |
0.588
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
235 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 8634) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.587
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
517 |
SELECT SQL_NO_CACHE p.id_product, pl.link_rewrite, pl.name FROM `ps_product` p LEFT JOIN `ps_product_lang` pl ON pl.id_product = p.id_product WHERE p.id_product = 8268 AND pl.id_lang = 3 LIMIT 1 |
0.583
ms
|
1 |
|
|
/modules/arseopro/classes/ArSeoProJsonLD.php:272
/modules/arseopro/arseopro.php:357 (buildProductListJson)
/classes/Hook.php:1083 (hookActionProductSearchAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:445 (exec)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
496 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 3 AND cl.id_shop = 1 ) WHERE c.`id_category` = 20 LIMIT 1 |
0.580
ms
|
1 |
|
|
/classes/Category.php:1585
/override/classes/Link.php:117 (getParentsCategories)
/modules/arseopro/classes/ArSeoProUrls.php:189 (getCategoryLink)
/override/classes/controller/FrontController.php:153 (overrideUpdateQueryStringBaseUrl)
/classes/controller/ProductListingFrontController.php:513 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:517 (array_map)
/classes/controller/ProductListingFrontController.php:404 (getTemplateVarPagination)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
297 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 8282
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.577
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
654 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "creativeelements" LIMIT 1 |
0.577
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:225 (isEnabled)
/modules/pkthemesettings/src/Config/Config.php:23 (getSmartyConfig)
/modules/pkelements/src/Hooks/DisplayBeforeBodyClosingTag.php:58 (get)
/modules/pkelements/pkelements.php:148 (init)
/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/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:185 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:71 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
631 |
SELECT SQL_NO_CACHE *
FROM `ps_cms_lang`
WHERE `id_cms` = 7 AND `id_shop` = 1 |
0.575
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1788 (_registerControls)
/modules/creativeelements/includes/base/widget-base.php:844 (initControls)
/modules/creativeelements/includes/base/controls-stack.php:458 (initControls)
/modules/creativeelements/includes/base/widget-base.php:169 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:250 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1826 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:966 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1679 (getData)
/modules/creativeelements/core/base/base-object.php:136 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:44 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:785 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:799 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:509 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/classes/CESmarty.php:157 (printElement)
/modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback)
/modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode)
/modules/creativeelements/core/base/document.php:693 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_20790307066839f7c68f72d7_25988310)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c691c701_38558862)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ef/99/59/ef9959d4e454228eca0eba141e4f76f2660caac4_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c68eb883_54138814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 32
AND `active` = 1 LIMIT 1 |
0.574
ms
|
1 |
|
|
/classes/Manufacturer.php:316
/classes/Product.php:5669 (getNameById)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
199 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 8770) |
0.573
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
519 |
SELECT SQL_NO_CACHE p.id_product, pl.link_rewrite, pl.name FROM `ps_product` p LEFT JOIN `ps_product_lang` pl ON pl.id_product = p.id_product WHERE p.id_product = 7171 AND pl.id_lang = 3 LIMIT 1 |
0.572
ms
|
1 |
|
|
/modules/arseopro/classes/ArSeoProJsonLD.php:272
/modules/arseopro/arseopro.php:357 (buildProductListJson)
/classes/Hook.php:1083 (hookActionProductSearchAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:445 (exec)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
278 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 8368 AND id_shop=1 LIMIT 1 |
0.571
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
41 |
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.570
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Group.php:81 (__construct)
/classes/Group.php:397 (__construct)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/classes/controller/FrontController.php:467 (__construct)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
515 |
SELECT SQL_NO_CACHE p.id_product, pl.link_rewrite, pl.name FROM `ps_product` p LEFT JOIN `ps_product_lang` pl ON pl.id_product = p.id_product WHERE p.id_product = 8325 AND pl.id_lang = 3 LIMIT 1 |
0.567
ms
|
1 |
|
|
/modules/arseopro/classes/ArSeoProJsonLD.php:272
/modules/arseopro/arseopro.php:357 (buildProductListJson)
/classes/Hook.php:1083 (hookActionProductSearchAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:445 (exec)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
48 |
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` = 3 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 8 AND c.`nright` >= 9 AND c.`nleft` >= 2 AND c.`nright` <= 63 ORDER BY `nleft` DESC |
0.566
ms
|
5 |
|
|
/classes/Category.php:1600
/override/classes/Link.php:117 (getParentsCategories)
/controllers/front/listing/CategoryController.php:50 (getCategoryLink)
/classes/controller/FrontController.php:499 (canonicalRedirection)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
180 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 8776) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.566
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
529 |
SELECT SQL_NO_CACHE p.id_product, pl.link_rewrite, pl.name FROM `ps_product` p LEFT JOIN `ps_product_lang` pl ON pl.id_product = p.id_product WHERE p.id_product = 3213 AND pl.id_lang = 3 LIMIT 1 |
0.565
ms
|
1 |
|
|
/modules/arseopro/classes/ArSeoProJsonLD.php:272
/modules/arseopro/arseopro.php:357 (buildProductListJson)
/classes/Hook.php:1083 (hookActionProductSearchAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:445 (exec)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
585 |
SELECT SQL_NO_CACHE option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-beforeafter-addon' LIMIT 1 |
0.564
ms
|
16 |
|
|
/modules/revsliderprestashop/includes/revslider_db.class.php:192
/modules/revsliderprestashop/rev-loader.php:999 (get_var)
/modules/revsliderprestashop/rev-loader.php:1803 (get_option)
/modules/revsliderprestashop/revsliderprestashop.php:532 (loadAllAddons)
/modules/revsliderprestashop/revsliderprestashop.php:583 (generateSlider)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:381 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:434 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:463 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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` = 8775
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.563
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
101 |
SELECT SQL_NO_CACHE domain, domain_ssl
FROM ps_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
0.562
ms
|
1 |
|
|
/classes/shop/ShopUrl.php:182
/classes/shop/ShopUrl.php:205 (cacheMainDomainForShop)
/modules/arseopro/classes/ArSeoProTools.php:28 (getMainShopDomainSSL)
/modules/arseopro/arseopro.php:1604 (getShopDomainSsl)
/modules/arseopro/arseopro.php:995 (getModuleBaseUrl)
/modules/arseopro/arseopro.php:211 (getUploadsUrl)
/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/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
639 |
SELECT SQL_NO_CACHE *
FROM `ps_cms_lang`
WHERE `id_cms` = 25 AND `id_shop` = 1 |
0.562
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1788 (_registerControls)
/modules/creativeelements/includes/base/widget-base.php:844 (initControls)
/modules/creativeelements/includes/base/controls-stack.php:458 (initControls)
/modules/creativeelements/includes/base/widget-base.php:169 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:250 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1826 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:966 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1679 (getData)
/modules/creativeelements/core/base/base-object.php:136 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:44 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:785 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:799 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:509 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/classes/CESmarty.php:157 (printElement)
/modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback)
/modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode)
/modules/creativeelements/core/base/document.php:693 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_20790307066839f7c68f72d7_25988310)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c691c701_38558862)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ef/99/59/ef9959d4e454228eca0eba141e4f76f2660caac4_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c68eb883_54138814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
27 |
SELECT SQL_NO_CACHE cl.`id_category` FROM `ps_category_lang` cl LEFT JOIN `ps_category` c ON cl.id_category = c.id_category WHERE cl.`id_shop` = 1 AND cl.`link_rewrite` = "vnutrennee-osvesshenie" AND c.id_parent = 2 AND cl.`id_lang` = 3 LIMIT 1 |
0.561
ms
|
1 |
|
|
/modules/arseopro/classes/url/ArSeoProURLCategory.php:340
/modules/arseopro/classes/url/ArSeoProURLCategory.php:134 (getLastIdFromCategoriesRewrite)
/modules/arseopro/classes/ArSeoProUrls.php:587 (preDispatch)
/override/classes/Dispatcher.php:188 (preDispatch)
/classes/Dispatcher.php:346 (getController)
/index.php:28 (dispatch)
|
102 |
SELECT SQL_NO_CACHE t.*
FROM `ps_arseopro_meta` t
LEFT JOIN `ps_arseopro_meta_rel` `mr` ON t.id_rule = mr.id_rule
WHERE (mr.rel_object IN (0, '20') AND t.id_lang IN(0, 3) AND t.rule_type = 'category' AND t.status = 1) LIMIT 1 |
0.559
ms
|
0 |
|
|
/modules/arseopro/classes/meta/models/ArSeoProMetaTable.php:127
/modules/arseopro/arseopro.php:232 (getRowByRelation)
/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/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
534 |
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 29010000 AND `name` = "_elementor_data" LIMIT 1 |
0.558
ms
|
4 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:274
/modules/creativeelements/core/base/document.php:566 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:616 (getJsonMeta)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:67 (getElementsData)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:93 (getData)
/modules/creativeelements/core/files/css/base.php:617 (renderCss)
/modules/creativeelements/core/files/base.php:128 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:76 (getContent)
/modules/creativeelements/core/files/css/base.php:186 (getMeta)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:443 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:305 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:251 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/core/kits/manager.php:121 (enqueue)
/modules/creativeelements/creativeelements.php:394 (frontendBeforeEnqueueStyles)
/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:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/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)
|
596 |
SELECT SQL_NO_CACHE option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-global-settings' LIMIT 1 |
0.557
ms
|
16 |
|
|
/modules/revsliderprestashop/includes/revslider_db.class.php:192
/modules/revsliderprestashop/rev-loader.php:999 (get_var)
/modules/revsliderprestashop/includes/functions.class.php:48 (get_option)
/modules/revsliderprestashop/public/revslider-front.class.php:54 (get_global_settings)
/modules/revsliderprestashop/rev-loader.php:715 (add_actions)
/modules/revsliderprestashop/revsliderprestashop.php:537 (do_action)
/modules/revsliderprestashop/revsliderprestashop.php:583 (generateSlider)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:381 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:434 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:463 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 3 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 8 AND c.`nright` >= 9 AND c.`nleft` >= 2 AND c.`nright` <= 63 ORDER BY `nleft` DESC |
0.556
ms
|
5 |
|
|
/classes/Category.php:1600
/override/classes/Link.php:117 (getParentsCategories)
/modules/arseopro/classes/ArSeoProUrls.php:189 (getCategoryLink)
/override/classes/controller/FrontController.php:153 (overrideUpdateQueryStringBaseUrl)
/classes/controller/ProductListingFrontController.php:513 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:517 (array_map)
/classes/controller/ProductListingFrontController.php:404 (getTemplateVarPagination)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
516 |
SELECT SQL_NO_CACHE p.id_product, pl.link_rewrite, pl.name FROM `ps_product` p LEFT JOIN `ps_product_lang` pl ON pl.id_product = p.id_product WHERE p.id_product = 8282 AND pl.id_lang = 3 LIMIT 1 |
0.556
ms
|
1 |
|
|
/modules/arseopro/classes/ArSeoProJsonLD.php:272
/modules/arseopro/arseopro.php:357 (buildProductListJson)
/classes/Hook.php:1083 (hookActionProductSearchAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:445 (exec)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
106 |
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` = 3 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 8 AND c.`nright` >= 9 AND c.`nleft` >= 2 AND c.`nright` <= 63 ORDER BY `nleft` DESC |
0.554
ms
|
5 |
|
|
/classes/Category.php:1600
/override/classes/Link.php:117 (getParentsCategories)
/modules/arseopro/classes/ArSeoProCanonical.php:97 (getCategoryLink)
/modules/arseopro/classes/ArSeoProCanonical.php:175 (getCanonicalURL)
/modules/arseopro/arseopro.php:267 (getCanonicalData)
/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/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
633 |
SELECT SQL_NO_CACHE *
FROM `ps_cms_lang`
WHERE `id_cms` = 3 AND `id_shop` = 1 |
0.554
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1788 (_registerControls)
/modules/creativeelements/includes/base/widget-base.php:844 (initControls)
/modules/creativeelements/includes/base/controls-stack.php:458 (initControls)
/modules/creativeelements/includes/base/widget-base.php:169 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:250 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1826 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:966 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1679 (getData)
/modules/creativeelements/core/base/base-object.php:136 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:44 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:785 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:799 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:509 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/classes/CESmarty.php:157 (printElement)
/modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback)
/modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode)
/modules/creativeelements/core/base/document.php:693 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_20790307066839f7c68f72d7_25988310)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c691c701_38558862)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ef/99/59/ef9959d4e454228eca0eba141e4f76f2660caac4_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c68eb883_54138814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 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` = 6761
AND image_shop.`cover` = 1 LIMIT 1 |
0.553
ms
|
2 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
45 |
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` = 3
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.550
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:27 (__construct)
/classes/Category.php:1118 (__construct)
/classes/Category.php:1574 (getRootCategory)
/override/classes/Link.php:117 (getParentsCategories)
/controllers/front/listing/CategoryController.php:50 (getCategoryLink)
/classes/controller/FrontController.php:499 (canonicalRedirection)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
579 |
SELECT SQL_NO_CACHE option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-maintenance-addon' LIMIT 1 |
0.546
ms
|
16 |
|
|
/modules/revsliderprestashop/includes/revslider_db.class.php:192
/modules/revsliderprestashop/rev-loader.php:999 (get_var)
/modules/revsliderprestashop/rev-loader.php:1803 (get_option)
/modules/revsliderprestashop/revsliderprestashop.php:532 (loadAllAddons)
/modules/revsliderprestashop/revsliderprestashop.php:583 (generateSlider)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:381 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:434 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:463 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 1 FROM `ps_specific_price` WHERE `from` BETWEEN '2025-05-30 00:00:00' AND '2025-05-30 23:59:59' LIMIT 1 |
0.546
ms
|
1 |
|
|
/classes/SpecificPrice.php:377
/classes/SpecificPrice.php:548 (computeExtraConditions)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
197 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 8770
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.546
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
509 |
SELECT SQL_NO_CACHE p.id_product, pl.link_rewrite, pl.name FROM `ps_product` p LEFT JOIN `ps_product_lang` pl ON pl.id_product = p.id_product WHERE p.id_product = 8723 AND pl.id_lang = 3 LIMIT 1 |
0.546
ms
|
1 |
|
|
/modules/arseopro/classes/ArSeoProJsonLD.php:272
/modules/arseopro/arseopro.php:357 (buildProductListJson)
/classes/Hook.php:1083 (hookActionProductSearchAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:445 (exec)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
535 |
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 20040301 AND `name` = "_elementor_edit_mode" LIMIT 1 |
0.546
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:274
/modules/creativeelements/includes/db.php:307 (CE\get_post_meta)
/modules/creativeelements/includes/frontend.php:837 (isBuiltWithElementor)
/modules/creativeelements/creativeelements.php:567 (getBuilderContent)
/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:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/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)
|
592 |
SELECT SQL_NO_CACHE option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-liquideffect-addon' LIMIT 1 |
0.546
ms
|
16 |
|
|
/modules/revsliderprestashop/includes/revslider_db.class.php:192
/modules/revsliderprestashop/rev-loader.php:999 (get_var)
/modules/revsliderprestashop/rev-loader.php:1803 (get_option)
/modules/revsliderprestashop/revsliderprestashop.php:532 (loadAllAddons)
/modules/revsliderprestashop/revsliderprestashop.php:583 (generateSlider)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:381 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:434 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:463 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 3210 AND `id_group` = 1 LIMIT 1 |
0.545
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
636 |
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 17) LIMIT 1 |
0.545
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1788 (_registerControls)
/modules/creativeelements/includes/base/widget-base.php:844 (initControls)
/modules/creativeelements/includes/base/controls-stack.php:458 (initControls)
/modules/creativeelements/includes/base/widget-base.php:169 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:250 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1826 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:966 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1679 (getData)
/modules/creativeelements/core/base/base-object.php:136 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:44 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:785 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:799 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:509 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/classes/CESmarty.php:157 (printElement)
/modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback)
/modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode)
/modules/creativeelements/core/base/document.php:693 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_20790307066839f7c68f72d7_25988310)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c691c701_38558862)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ef/99/59/ef9959d4e454228eca0eba141e4f76f2660caac4_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c68eb883_54138814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
664 |
SELECT SQL_NO_CACHE `id_ce_revision` FROM ps_ce_revision WHERE `parent` = 20040301 AND `active` = 0 AND `id_employee` = 0 LIMIT 1 |
0.545
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:509
/modules/creativeelements/includes/utils.php:162 (CE\wp_get_post_autosave)
/modules/creativeelements/core/base/document.php:813 (getPostAutosave)
/modules/creativeelements/core/base/document.php:333 (getAutosaveId)
/modules/creativeelements/core/documents-manager.php:233 (getAutosave)
/modules/creativeelements/core/settings/page/model.php:176 (getDocOrAutoSave)
/modules/creativeelements/includes/base/controls-stack.php:1788 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:458 (initControls)
/modules/creativeelements/includes/base/controls-stack.php:250 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1826 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:966 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1679 (getData)
/modules/creativeelements/core/base/base-object.php:136 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:44 (ensureSettings)
/modules/creativeelements/includes/base/controls-stack.php:980 (getSettings)
/modules/creativeelements/includes/base/controls-stack.php:1065 (getParsedDynamicSettings)
/modules/creativeelements/includes/base/controls-stack.php:1147 (getSettingsForDisplay)
/modules/creativeelements/core/settings/manager.php:174 (getFrontendSettings)
/modules/creativeelements/includes/frontend.php:1007 (getSettingsFrontendConfig)
/modules/creativeelements/core/base/base-object.php:136 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:44 (ensureSettings)
/modules/creativeelements/core/base/app.php:40 (getSettings)
/modules/creativeelements/includes/frontend.php:501 (printConfig)
/modules/creativeelements/includes/frontend.php:582 (enqueueScripts)
/modules/creativeelements/classes/wrappers/Helper.php:305 (wpFooter)
/modules/creativeelements/classes/assets/CEAssetManager.php:180 (CE\do_action)
/modules/creativeelements/classes/assets/CEAssetManager.php:153 (fetchAssets)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63 (outputFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:255 (runFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
628 |
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 5) LIMIT 1 |
0.545
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1788 (_registerControls)
/modules/creativeelements/includes/base/widget-base.php:844 (initControls)
/modules/creativeelements/includes/base/controls-stack.php:458 (initControls)
/modules/creativeelements/includes/base/widget-base.php:169 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:250 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1826 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:966 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1679 (getData)
/modules/creativeelements/core/base/base-object.php:136 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:44 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:785 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:799 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:509 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/classes/CESmarty.php:157 (printElement)
/modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback)
/modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode)
/modules/creativeelements/core/base/document.php:693 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_20790307066839f7c68f72d7_25988310)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c691c701_38558862)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ef/99/59/ef9959d4e454228eca0eba141e4f76f2660caac4_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c68eb883_54138814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
167 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1983 AND id_shop=1 LIMIT 1 |
0.541
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
26 |
SELECT SQL_NO_CACHE cl.`id_category`, c.is_root_category FROM `ps_category_lang` cl LEFT JOIN `ps_category` c ON cl.id_category = c.id_category LEFT JOIN `ps_category_shop` cs ON cs.id_category = c.id_category WHERE cl.`id_shop` = 1 AND cs.id_shop = 1 AND (cl.`link_rewrite` = "podvesnye-lampy" OR cl.`link_rewrite` = "podvesnye-lampy") AND cl.`id_lang` = 3 LIMIT 1 |
0.540
ms
|
3 |
|
|
/modules/arseopro/classes/url/ArSeoProURLCategory.php:113
/modules/arseopro/classes/ArSeoProUrls.php:587 (preDispatch)
/override/classes/Dispatcher.php:188 (preDispatch)
/classes/Dispatcher.php:346 (getController)
/index.php:28 (dispatch)
|
311 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 8268 AND id_shop=1 LIMIT 1 |
0.540
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
400 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 6744) |
0.540
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
505 |
SELECT SQL_NO_CACHE p.id_product, pl.link_rewrite, pl.name FROM `ps_product` p LEFT JOIN `ps_product_lang` pl ON pl.id_product = p.id_product WHERE p.id_product = 8776 AND pl.id_lang = 3 LIMIT 1 |
0.540
ms
|
1 |
|
|
/modules/arseopro/classes/ArSeoProJsonLD.php:272
/modules/arseopro/arseopro.php:357 (buildProductListJson)
/classes/Hook.php:1083 (hookActionProductSearchAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:445 (exec)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
614 |
SELECT SQL_NO_CACHE *
FROM `ps_link_block_lang`
WHERE `id_link_block` = 3 |
0.539
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Model/LinkBlock.php:80 (__construct)
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91 (__construct)
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1788 (_registerControls)
/modules/creativeelements/includes/base/widget-base.php:844 (initControls)
/modules/creativeelements/includes/base/controls-stack.php:458 (initControls)
/modules/creativeelements/includes/base/widget-base.php:169 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:250 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1826 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:966 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1679 (getData)
/modules/creativeelements/core/base/base-object.php:136 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:44 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:785 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:799 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:509 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/classes/CESmarty.php:157 (printElement)
/modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback)
/modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode)
/modules/creativeelements/core/base/document.php:693 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_20790307066839f7c68f72d7_25988310)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c691c701_38558862)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ef/99/59/ef9959d4e454228eca0eba141e4f76f2660caac4_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c68eb883_54138814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
652 |
SELECT SQL_NO_CACHE lb.`id_link_block`
FROM ps_link_block lb
INNER JOIN ps_link_block_shop lbs ON lbs.`id_link_block` = lb.`id_link_block`
WHERE lb. `id_hook` = 35 AND lbs.`id_shop` = 1
ORDER by lbs.`position` |
0.539
ms
|
5 |
Yes
|
|
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:87
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:99 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1788 (_registerControls)
/modules/creativeelements/includes/base/widget-base.php:844 (initControls)
/modules/creativeelements/includes/base/controls-stack.php:458 (initControls)
/modules/creativeelements/includes/base/widget-base.php:169 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:250 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1826 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:966 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1679 (getData)
/modules/creativeelements/core/base/base-object.php:136 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:44 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:785 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:799 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:509 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/classes/CESmarty.php:157 (printElement)
/modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback)
/modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode)
/modules/creativeelements/core/base/document.php:693 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_20790307066839f7c68f72d7_25988310)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c691c701_38558862)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ef/99/59/ef9959d4e454228eca0eba141e4f76f2660caac4_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c68eb883_54138814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 *
FROM `ps_ce_template` a
WHERE (a.`id_ce_template` = 29) LIMIT 1 |
0.538
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/creativeelements/classes/wrappers/Post.php:98 (__construct)
/modules/creativeelements/classes/wrappers/Post.php:147 (getInstance)
/modules/creativeelements/core/kits/manager.php:34 (CE\get_post)
/modules/creativeelements/core/kits/manager.php:52 (getActiveId)
/modules/creativeelements/core/kits/manager.php:138 (getActiveKit)
/modules/creativeelements/core/kits/manager.php:113 (getKitForFrontend)
/modules/creativeelements/creativeelements.php:394 (frontendBeforeEnqueueStyles)
/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:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/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)
|
353 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 6941
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.538
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
379 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 6761 AND id_shop=1 LIMIT 1 |
0.538
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
507 |
SELECT SQL_NO_CACHE p.id_product, pl.link_rewrite, pl.name FROM `ps_product` p LEFT JOIN `ps_product_lang` pl ON pl.id_product = p.id_product WHERE p.id_product = 8770 AND pl.id_lang = 3 LIMIT 1 |
0.537
ms
|
1 |
|
|
/modules/arseopro/classes/ArSeoProJsonLD.php:272
/modules/arseopro/arseopro.php:357 (buildProductListJson)
/classes/Hook.php:1083 (hookActionProductSearchAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:445 (exec)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
511 |
SELECT SQL_NO_CACHE p.id_product, pl.link_rewrite, pl.name FROM `ps_product` p LEFT JOIN `ps_product_lang` pl ON pl.id_product = p.id_product WHERE p.id_product = 8633 AND pl.id_lang = 3 LIMIT 1 |
0.537
ms
|
1 |
|
|
/modules/arseopro/classes/ArSeoProJsonLD.php:272
/modules/arseopro/arseopro.php:357 (buildProductListJson)
/classes/Hook.php:1083 (hookActionProductSearchAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:445 (exec)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
283 |
SELECT SQL_NO_CACHE 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` = 8325
AND image_shop.`cover` = 1 LIMIT 1 |
0.536
ms
|
5 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
191 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 8775) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.535
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
591 |
SELECT SQL_NO_CACHE option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-bubblemorph-addon' LIMIT 1 |
0.535
ms
|
16 |
|
|
/modules/revsliderprestashop/includes/revslider_db.class.php:192
/modules/revsliderprestashop/rev-loader.php:999 (get_var)
/modules/revsliderprestashop/rev-loader.php:1803 (get_option)
/modules/revsliderprestashop/revsliderprestashop.php:532 (loadAllAddons)
/modules/revsliderprestashop/revsliderprestashop.php:583 (generateSlider)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:381 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:434 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:463 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
94 |
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` = 3 AND cl.id_shop = 1 ) WHERE c.`id_category` = 11 LIMIT 1 |
0.534
ms
|
1 |
|
|
/classes/Category.php:1585
/override/classes/Link.php:117 (getParentsCategories)
/controllers/front/listing/CategoryController.php:251 (getCategoryLink)
/classes/controller/FrontController.php:1876 (getBreadcrumbLinks)
/classes/controller/FrontController.php:568 (getBreadcrumb)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
588 |
SELECT SQL_NO_CACHE option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-duotonefilters-addon' LIMIT 1 |
0.534
ms
|
16 |
|
|
/modules/revsliderprestashop/includes/revslider_db.class.php:192
/modules/revsliderprestashop/rev-loader.php:999 (get_var)
/modules/revsliderprestashop/rev-loader.php:1803 (get_option)
/modules/revsliderprestashop/revsliderprestashop.php:532 (loadAllAddons)
/modules/revsliderprestashop/revsliderprestashop.php:583 (generateSlider)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:381 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:434 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:463 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 *
FROM `ps_link_block_lang`
WHERE `id_link_block` = 10 |
0.534
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Model/LinkBlock.php:80 (__construct)
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91 (__construct)
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1788 (_registerControls)
/modules/creativeelements/includes/base/widget-base.php:844 (initControls)
/modules/creativeelements/includes/base/controls-stack.php:458 (initControls)
/modules/creativeelements/includes/base/widget-base.php:169 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:250 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1826 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:966 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1679 (getData)
/modules/creativeelements/core/base/base-object.php:136 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:44 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:785 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:799 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:509 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/classes/CESmarty.php:157 (printElement)
/modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback)
/modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode)
/modules/creativeelements/core/base/document.php:693 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_20790307066839f7c68f72d7_25988310)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c691c701_38558862)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ef/99/59/ef9959d4e454228eca0eba141e4f76f2660caac4_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c68eb883_54138814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 8 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 8 AND c.`nright` >= 9 AND c.`nleft` >= 2 AND c.`nright` <= 63 ORDER BY `nleft` DESC |
0.533
ms
|
5 |
|
|
/classes/Category.php:1600
/override/classes/Link.php:117 (getParentsCategories)
/classes/Link.php:1217 (getCategoryLink)
/classes/controller/FrontController.php:2180 (getLanguageLink)
/classes/controller/FrontController.php:1620 (getAlternativeLangsUrl)
/override/classes/controller/FrontController.php:74 (getTemplateVarUrls)
/classes/controller/FrontController.php:1753 (getTemplateVarUrls)
/override/classes/controller/FrontController.php:62 (getTemplateVarShop)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
590 |
SELECT SQL_NO_CACHE option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-refresh-addon' LIMIT 1 |
0.532
ms
|
16 |
|
|
/modules/revsliderprestashop/includes/revslider_db.class.php:192
/modules/revsliderprestashop/rev-loader.php:999 (get_var)
/modules/revsliderprestashop/rev-loader.php:1803 (get_option)
/modules/revsliderprestashop/revsliderprestashop.php:532 (loadAllAddons)
/modules/revsliderprestashop/revsliderprestashop.php:583 (generateSlider)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:381 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:434 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:463 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 6940) |
0.531
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
624 |
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 9) LIMIT 1 |
0.531
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1788 (_registerControls)
/modules/creativeelements/includes/base/widget-base.php:844 (initControls)
/modules/creativeelements/includes/base/controls-stack.php:458 (initControls)
/modules/creativeelements/includes/base/widget-base.php:169 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:250 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1826 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:966 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1679 (getData)
/modules/creativeelements/core/base/base-object.php:136 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:44 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:785 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:799 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:509 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/classes/CESmarty.php:157 (printElement)
/modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback)
/modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode)
/modules/creativeelements/core/base/document.php:693 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_20790307066839f7c68f72d7_25988310)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c691c701_38558862)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ef/99/59/ef9959d4e454228eca0eba141e4f76f2660caac4_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c68eb883_54138814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
378 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 6761) |
0.530
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
5 |
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `ps_lang` l
LEFT JOIN `ps_lang_shop` ls ON (l.id_lang = ls.id_lang) |
0.528
ms
|
6 |
|
|
/classes/Language.php:1080
/config/config.inc.php:143 (loadLanguages)
/index.php:27 (require)
|
412 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 6004) |
0.528
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
291 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 8325) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.527
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
63 |
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` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 8 AND c.`nright` >= 9 AND c.`nleft` >= 2 AND c.`nright` <= 63 ORDER BY `nleft` DESC |
0.527
ms
|
5 |
|
|
/classes/Category.php:1600
/override/classes/Link.php:117 (getParentsCategories)
/classes/Link.php:1217 (getCategoryLink)
/classes/controller/FrontController.php:2180 (getLanguageLink)
/classes/controller/FrontController.php:1620 (getAlternativeLangsUrl)
/override/classes/controller/FrontController.php:74 (getTemplateVarUrls)
/classes/controller/FrontController.php:1753 (getTemplateVarUrls)
/override/classes/controller/FrontController.php:62 (getTemplateVarShop)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
213 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 8764) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.525
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
545 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "psgdpr" LIMIT 1 |
0.525
ms
|
0 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/creativeelements/modules/premium/widgets/contact-form.php:1356 (isEnabled)
/modules/creativeelements/modules/premium/widgets/contact-form.php:1347 (initGDPR)
/modules/creativeelements/modules/premium/module.php:50 (__construct)
/modules/creativeelements/classes/wrappers/Helper.php:305 (registerWidgets)
/modules/creativeelements/includes/managers/widgets.php:105 (CE\do_action)
/modules/creativeelements/includes/managers/widgets.php:181 (initWidgets)
/modules/creativeelements/includes/managers/elements.php:72 (getWidgetTypes)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:97 (createElementInstance)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:102 (renderCss)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:102 (renderCss)
/modules/creativeelements/core/files/css/base.php:617 (renderCss)
/modules/creativeelements/core/files/base.php:128 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:76 (getContent)
/modules/creativeelements/core/files/css/base.php:186 (getMeta)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:443 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:305 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:251 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/includes/frontend.php:861 (enqueue)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/13/37/b5/1337b5e3c4afe317596a5c3e180261999c2aa8dd_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_12631649446839f7d7dc1394_31992451)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/13/37/b5/1337b5e3c4afe317596a5c3e180261999c2aa8dd_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7efb1e2_58795470)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a3/e7/ee/a3e7ee6c6f3a8a903ced2f5668dd63145ef2919c_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7db7371_69671904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-global-settings' LIMIT 1 |
0.525
ms
|
16 |
|
|
/modules/revsliderprestashop/includes/revslider_db.class.php:192
/modules/revsliderprestashop/rev-loader.php:999 (get_var)
/modules/revsliderprestashop/includes/functions.class.php:48 (get_option)
/modules/revsliderprestashop/public/revslider-front.class.php:157 (get_global_settings)
/modules/revsliderprestashop/rev-loader.php:715 (load_icon_fonts)
/modules/revsliderprestashop/revsliderprestashop.php:563 (do_action)
/modules/revsliderprestashop/revsliderprestashop.php:583 (generateSlider)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:381 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:434 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:463 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 8632) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.524
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
537 |
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 20040301 AND `name` = "_wp_page_template" LIMIT 1 |
0.524
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:274
/modules/creativeelements/core/base/document.php:912 (CE\get_post_meta)
/modules/creativeelements/modules/page-templates/module.php:73 (getMeta)
/modules/creativeelements/classes/wrappers/Helper.php:364 (templateInclude)
/modules/creativeelements/creativeelements.php:653 (CE\apply_filters)
/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:1432 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/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)
|
465 |
SELECT SQL_NO_CACHE * FROM `ps_image_type` |
0.523
ms
|
8 |
|
|
/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:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
289 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 8325 AND id_shop=1 LIMIT 1 |
0.522
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
598 |
SELECT SQL_NO_CACHE option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-static-css' LIMIT 1 |
0.522
ms
|
16 |
|
|
/modules/revsliderprestashop/includes/revslider_db.class.php:192
/modules/revsliderprestashop/rev-loader.php:999 (get_var)
/modules/revsliderprestashop/includes/functions.class.php:869 (get_option)
/modules/revsliderprestashop/public/revslider-front.class.php:85 (get_static_css)
/modules/revsliderprestashop/rev-loader.php:715 (add_actions)
/modules/revsliderprestashop/revsliderprestashop.php:537 (do_action)
/modules/revsliderprestashop/revsliderprestashop.php:583 (generateSlider)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:381 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:434 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:463 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 *
FROM `ps_link_block` a
LEFT JOIN `ps_link_block_shop` `c` ON a.`id_link_block` = c.`id_link_block` AND c.`id_shop` = 1
WHERE (a.`id_link_block` = 10) LIMIT 1 |
0.522
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Model/LinkBlock.php:80 (__construct)
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91 (__construct)
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1788 (_registerControls)
/modules/creativeelements/includes/base/widget-base.php:844 (initControls)
/modules/creativeelements/includes/base/controls-stack.php:458 (initControls)
/modules/creativeelements/includes/base/widget-base.php:169 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:250 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1826 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:966 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1679 (getData)
/modules/creativeelements/core/base/base-object.php:136 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:44 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:785 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:799 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:509 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/classes/CESmarty.php:157 (printElement)
/modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback)
/modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode)
/modules/creativeelements/core/base/document.php:693 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_20790307066839f7c68f72d7_25988310)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c691c701_38558862)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ef/99/59/ef9959d4e454228eca0eba141e4f76f2660caac4_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c68eb883_54138814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
179 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 8776 AND `id_group` = 1 LIMIT 1 |
0.521
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
651 |
SELECT SQL_NO_CACHE lb.`id_link_block`
FROM ps_link_block lb
INNER JOIN ps_link_block_shop lbs ON lbs.`id_link_block` = lb.`id_link_block`
WHERE lb. `id_hook` = 35 AND lbs.`id_shop` = 1
ORDER by lbs.`position` |
0.521
ms
|
5 |
Yes
|
|
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:87
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:99 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1788 (_registerControls)
/modules/creativeelements/includes/base/widget-base.php:844 (initControls)
/modules/creativeelements/includes/base/controls-stack.php:458 (initControls)
/modules/creativeelements/includes/base/widget-base.php:169 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:250 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1826 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:966 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1679 (getData)
/modules/creativeelements/core/base/base-object.php:136 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:44 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:785 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:799 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:509 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/classes/CESmarty.php:157 (printElement)
/modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback)
/modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode)
/modules/creativeelements/core/base/document.php:693 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_20790307066839f7c68f72d7_25988310)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c691c701_38558862)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ef/99/59/ef9959d4e454228eca0eba141e4f76f2660caac4_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c68eb883_54138814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
15 |
SELECT SQL_NO_CACHE `name`, `alias` FROM `ps_hook_alias` |
0.520
ms
|
88 |
|
|
/classes/Hook.php:290
/classes/Hook.php:321 (getAllHookAliases)
/classes/Hook.php:749 (getHookAliasesFor)
/classes/Hook.php:848 (getHookModuleExecList)
/classes/Dispatcher.php:606 (exec)
/override/classes/Dispatcher.php:77 (loadRoutes)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
35 |
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'EUR') LIMIT 1 |
0.520
ms
|
1 |
|
|
/classes/Currency.php:893
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
190 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 8775 AND `id_group` = 1 LIMIT 1 |
0.520
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
306 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 20 LIMIT 1 |
0.520
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
362 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 20 LIMIT 1 |
0.520
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
380 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 6761 AND `id_group` = 1 LIMIT 1 |
0.520
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
638 |
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 25) LIMIT 1 |
0.520
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1788 (_registerControls)
/modules/creativeelements/includes/base/widget-base.php:844 (initControls)
/modules/creativeelements/includes/base/controls-stack.php:458 (initControls)
/modules/creativeelements/includes/base/widget-base.php:169 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:250 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1826 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:966 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1679 (getData)
/modules/creativeelements/core/base/base-object.php:136 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:44 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:785 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:799 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:509 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/classes/CESmarty.php:157 (printElement)
/modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback)
/modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode)
/modules/creativeelements/core/base/document.php:693 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_20790307066839f7c68f72d7_25988310)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c691c701_38558862)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ef/99/59/ef9959d4e454228eca0eba141e4f76f2660caac4_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c68eb883_54138814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 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` = 3213
AND image_shop.`cover` = 1 LIMIT 1 |
0.519
ms
|
3 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
452 |
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` = 2875
AND image_shop.`cover` = 1 LIMIT 1 |
0.519
ms
|
4 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
8 |
SELECT SQL_NO_CACHE *
FROM `ps_lang` a
LEFT JOIN `ps_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 3) LIMIT 1 |
0.518
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)
|
384 |
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` = 6745
AND image_shop.`cover` = 1 LIMIT 1 |
0.518
ms
|
2 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
504 |
SELECT SQL_NO_CACHE p.id_product, pl.link_rewrite, pl.name FROM `ps_product` p LEFT JOIN `ps_product_lang` pl ON pl.id_product = p.id_product WHERE p.id_product = 1983 AND pl.id_lang = 3 LIMIT 1 |
0.518
ms
|
1 |
|
|
/modules/arseopro/classes/ArSeoProJsonLD.php:272
/modules/arseopro/arseopro.php:357 (buildProductListJson)
/classes/Hook.php:1083 (hookActionProductSearchAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:445 (exec)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
520 |
SELECT SQL_NO_CACHE p.id_product, pl.link_rewrite, pl.name FROM `ps_product` p LEFT JOIN `ps_product_lang` pl ON pl.id_product = p.id_product WHERE p.id_product = 7156 AND pl.id_lang = 3 LIMIT 1 |
0.518
ms
|
1 |
|
|
/modules/arseopro/classes/ArSeoProJsonLD.php:272
/modules/arseopro/arseopro.php:357 (buildProductListJson)
/classes/Hook.php:1083 (hookActionProductSearchAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:445 (exec)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
164 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1983
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.517
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
78 |
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` = 6 AND cl.id_shop = 1 ) WHERE c.`id_category` = 20 LIMIT 1 |
0.516
ms
|
1 |
|
|
/classes/Category.php:1585
/override/classes/Link.php:117 (getParentsCategories)
/classes/Link.php:1217 (getCategoryLink)
/classes/controller/FrontController.php:2180 (getLanguageLink)
/classes/controller/FrontController.php:1620 (getAlternativeLangsUrl)
/override/classes/controller/FrontController.php:74 (getTemplateVarUrls)
/classes/controller/FrontController.php:1753 (getTemplateVarUrls)
/override/classes/controller/FrontController.php:62 (getTemplateVarShop)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
217 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 20 LIMIT 1 |
0.516
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
546 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.514
ms
|
0 |
|
|
/classes/module/Module.php:2137
/modules/creativeelements/modules/premium/widgets/contact-form.php:1356 (isEnabled)
/modules/creativeelements/modules/premium/widgets/contact-form.php:1347 (initGDPR)
/modules/creativeelements/modules/premium/module.php:50 (__construct)
/modules/creativeelements/classes/wrappers/Helper.php:305 (registerWidgets)
/modules/creativeelements/includes/managers/widgets.php:105 (CE\do_action)
/modules/creativeelements/includes/managers/widgets.php:181 (initWidgets)
/modules/creativeelements/includes/managers/elements.php:72 (getWidgetTypes)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:97 (createElementInstance)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:102 (renderCss)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:102 (renderCss)
/modules/creativeelements/core/files/css/base.php:617 (renderCss)
/modules/creativeelements/core/files/base.php:128 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:76 (getContent)
/modules/creativeelements/core/files/css/base.php:186 (getMeta)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:443 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:305 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:251 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/includes/frontend.php:861 (enqueue)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/13/37/b5/1337b5e3c4afe317596a5c3e180261999c2aa8dd_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_12631649446839f7d7dc1394_31992451)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/13/37/b5/1337b5e3c4afe317596a5c3e180261999c2aa8dd_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7efb1e2_58795470)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a3/e7/ee/a3e7ee6c6f3a8a903ced2f5668dd63145ef2919c_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7db7371_69671904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
619 |
SELECT SQL_NO_CACHE *
FROM `ps_link_block` a
LEFT JOIN `ps_link_block_shop` `c` ON a.`id_link_block` = c.`id_link_block` AND c.`id_shop` = 1
WHERE (a.`id_link_block` = 5) LIMIT 1 |
0.513
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Model/LinkBlock.php:80 (__construct)
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91 (__construct)
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1788 (_registerControls)
/modules/creativeelements/includes/base/widget-base.php:844 (initControls)
/modules/creativeelements/includes/base/controls-stack.php:458 (initControls)
/modules/creativeelements/includes/base/widget-base.php:169 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:250 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1826 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:966 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1679 (getData)
/modules/creativeelements/core/base/base-object.php:136 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:44 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:785 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:799 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:509 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/classes/CESmarty.php:157 (printElement)
/modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback)
/modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode)
/modules/creativeelements/core/base/document.php:693 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_20790307066839f7c68f72d7_25988310)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c691c701_38558862)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ef/99/59/ef9959d4e454228eca0eba141e4f76f2660caac4_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c68eb883_54138814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 6941) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.513
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
581 |
SELECT SQL_NO_CACHE option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-particles-addon' LIMIT 1 |
0.513
ms
|
16 |
|
|
/modules/revsliderprestashop/includes/revslider_db.class.php:192
/modules/revsliderprestashop/rev-loader.php:999 (get_var)
/modules/revsliderprestashop/rev-loader.php:1803 (get_option)
/modules/revsliderprestashop/revsliderprestashop.php:532 (loadAllAddons)
/modules/revsliderprestashop/revsliderprestashop.php:583 (generateSlider)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:381 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:434 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:463 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
144 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 5
AND `active` = 1 LIMIT 1 |
0.512
ms
|
1 |
|
|
/classes/Manufacturer.php:316
/classes/Product.php:5669 (getNameById)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
615 |
SELECT SQL_NO_CACHE *
FROM `ps_link_block` a
LEFT JOIN `ps_link_block_shop` `c` ON a.`id_link_block` = c.`id_link_block` AND c.`id_shop` = 1
WHERE (a.`id_link_block` = 2) LIMIT 1 |
0.511
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Model/LinkBlock.php:80 (__construct)
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91 (__construct)
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1788 (_registerControls)
/modules/creativeelements/includes/base/widget-base.php:844 (initControls)
/modules/creativeelements/includes/base/controls-stack.php:458 (initControls)
/modules/creativeelements/includes/base/widget-base.php:169 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:250 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1826 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:966 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1679 (getData)
/modules/creativeelements/core/base/base-object.php:136 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:44 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:785 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:799 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:509 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/classes/CESmarty.php:157 (printElement)
/modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback)
/modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode)
/modules/creativeelements/core/base/document.php:693 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_20790307066839f7c68f72d7_25988310)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c691c701_38558862)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ef/99/59/ef9959d4e454228eca0eba141e4f76f2660caac4_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c68eb883_54138814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
195 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 20 LIMIT 1 |
0.511
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
506 |
SELECT SQL_NO_CACHE p.id_product, pl.link_rewrite, pl.name FROM `ps_product` p LEFT JOIN `ps_product_lang` pl ON pl.id_product = p.id_product WHERE p.id_product = 8775 AND pl.id_lang = 3 LIMIT 1 |
0.510
ms
|
1 |
|
|
/modules/arseopro/classes/ArSeoProJsonLD.php:272
/modules/arseopro/arseopro.php:357 (buildProductListJson)
/classes/Hook.php:1083 (hookActionProductSearchAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:445 (exec)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
398 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 6744
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.509
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
418 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5984
AND image_shop.`cover` = 1 LIMIT 1 |
0.505
ms
|
3 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
141 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 3
AND cl.id_shop = 1
AND cl.`id_category` = 20 LIMIT 1 |
0.505
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:5658 (getLinkRewrite)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
580 |
SELECT SQL_NO_CACHE option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-snow-addon' LIMIT 1 |
0.503
ms
|
16 |
|
|
/modules/revsliderprestashop/includes/revslider_db.class.php:192
/modules/revsliderprestashop/rev-loader.php:999 (get_var)
/modules/revsliderprestashop/rev-loader.php:1803 (get_option)
/modules/revsliderprestashop/revsliderprestashop.php:532 (loadAllAddons)
/modules/revsliderprestashop/revsliderprestashop.php:583 (generateSlider)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:381 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:434 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:463 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-global-settings' LIMIT 1 |
0.502
ms
|
16 |
|
|
/modules/revsliderprestashop/includes/revslider_db.class.php:192
/modules/revsliderprestashop/rev-loader.php:999 (get_var)
/modules/revsliderprestashop/includes/functions.class.php:48 (get_option)
/modules/revsliderprestashop/includes/functions.class.php:1072 (get_global_settings)
/modules/revsliderprestashop/includes/functions.class.php:1057 (modify_fonts_url)
/modules/revsliderprestashop/public/revslider-front.class.php:173 (print_clean_font_import)
/modules/revsliderprestashop/rev-loader.php:715 (load_google_fonts)
/modules/revsliderprestashop/revsliderprestashop.php:563 (do_action)
/modules/revsliderprestashop/revsliderprestashop.php:583 (generateSlider)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:381 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:434 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:463 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
279 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 8368 AND `id_group` = 1 LIMIT 1 |
0.500
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
600 |
SELECT SQL_NO_CACHE option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-global-settings' LIMIT 1 |
0.500
ms
|
16 |
|
|
/modules/revsliderprestashop/includes/revslider_db.class.php:192
/modules/revsliderprestashop/rev-loader.php:999 (get_var)
/modules/revsliderprestashop/includes/functions.class.php:48 (get_option)
/modules/revsliderprestashop/includes/functions.class.php:899 (get_global_settings)
/modules/revsliderprestashop/public/revslider-front.class.php:173 (print_clean_font_import)
/modules/revsliderprestashop/rev-loader.php:715 (load_google_fonts)
/modules/revsliderprestashop/revsliderprestashop.php:563 (do_action)
/modules/revsliderprestashop/revsliderprestashop.php:583 (generateSlider)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:381 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:434 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:463 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
630 |
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 7) LIMIT 1 |
0.500
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1788 (_registerControls)
/modules/creativeelements/includes/base/widget-base.php:844 (initControls)
/modules/creativeelements/includes/base/controls-stack.php:458 (initControls)
/modules/creativeelements/includes/base/widget-base.php:169 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:250 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1826 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:966 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1679 (getData)
/modules/creativeelements/core/base/base-object.php:136 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:44 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:785 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:799 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:509 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/classes/CESmarty.php:157 (printElement)
/modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback)
/modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode)
/modules/creativeelements/core/base/document.php:693 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_20790307066839f7c68f72d7_25988310)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c691c701_38558862)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ef/99/59/ef9959d4e454228eca0eba141e4f76f2660caac4_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c68eb883_54138814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 7193 AND `id_group` = 1 LIMIT 1 |
0.499
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
60 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 20) AND (b.`id_shop` = 1) LIMIT 1 |
0.497
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:27 (__construct)
/override/classes/Link.php:103 (__construct)
/classes/Link.php:1217 (getCategoryLink)
/classes/controller/FrontController.php:2180 (getLanguageLink)
/classes/controller/FrontController.php:1620 (getAlternativeLangsUrl)
/override/classes/controller/FrontController.php:74 (getTemplateVarUrls)
/classes/controller/FrontController.php:1753 (getTemplateVarUrls)
/override/classes/controller/FrontController.php:62 (getTemplateVarShop)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
6 |
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 2
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 125) LIMIT 1 |
0.496
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)
|
381 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 6761) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.494
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
613 |
SELECT SQL_NO_CACHE *
FROM `ps_link_block` a
LEFT JOIN `ps_link_block_shop` `c` ON a.`id_link_block` = c.`id_link_block` AND c.`id_shop` = 1
WHERE (a.`id_link_block` = 3) LIMIT 1 |
0.494
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Model/LinkBlock.php:80 (__construct)
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91 (__construct)
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1788 (_registerControls)
/modules/creativeelements/includes/base/widget-base.php:844 (initControls)
/modules/creativeelements/includes/base/controls-stack.php:458 (initControls)
/modules/creativeelements/includes/base/widget-base.php:169 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:250 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1826 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:966 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1679 (getData)
/modules/creativeelements/core/base/base-object.php:136 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:44 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:785 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:799 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:509 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/classes/CESmarty.php:157 (printElement)
/modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback)
/modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode)
/modules/creativeelements/core/base/document.php:693 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_20790307066839f7c68f72d7_25988310)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c691c701_38558862)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ef/99/59/ef9959d4e454228eca0eba141e4f76f2660caac4_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c68eb883_54138814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
616 |
SELECT SQL_NO_CACHE *
FROM `ps_link_block_lang`
WHERE `id_link_block` = 2 |
0.493
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Model/LinkBlock.php:80 (__construct)
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91 (__construct)
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1788 (_registerControls)
/modules/creativeelements/includes/base/widget-base.php:844 (initControls)
/modules/creativeelements/includes/base/controls-stack.php:458 (initControls)
/modules/creativeelements/includes/base/widget-base.php:169 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:250 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1826 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:966 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1679 (getData)
/modules/creativeelements/core/base/base-object.php:136 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:44 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:785 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:799 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:509 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/classes/CESmarty.php:157 (printElement)
/modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback)
/modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode)
/modules/creativeelements/core/base/document.php:693 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_20790307066839f7c68f72d7_25988310)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c691c701_38558862)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ef/99/59/ef9959d4e454228eca0eba141e4f76f2660caac4_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c68eb883_54138814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
662 |
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` = 3 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 8 AND c.`nright` >= 9 AND c.`nleft` >= 2 AND c.`nright` <= 63 ORDER BY `nleft` DESC |
0.493
ms
|
5 |
|
|
/classes/Category.php:1600
/override/classes/Link.php:117 (getParentsCategories)
/controllers/front/listing/CategoryController.php:259 (getCategoryLink)
/modules/arseopro/arseopro.php:304 (getBreadcrumbLinks)
/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/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:185 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:71 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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_group_lang`
WHERE `id_group` = 1 |
0.492
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Group.php:81 (__construct)
/classes/Group.php:397 (__construct)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/classes/controller/FrontController.php:467 (__construct)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
659 |
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` = 3 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 3 AND c.`nright` >= 20 AND c.`nleft` >= 2 AND c.`nright` <= 63 ORDER BY `nleft` DESC |
0.491
ms
|
2 |
|
|
/classes/Category.php:1600
/override/classes/Link.php:117 (getParentsCategories)
/controllers/front/listing/CategoryController.php:251 (getCategoryLink)
/modules/arseopro/arseopro.php:304 (getBreadcrumbLinks)
/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/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:185 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:71 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
620 |
SELECT SQL_NO_CACHE *
FROM `ps_link_block_lang`
WHERE `id_link_block` = 5 |
0.490
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Model/LinkBlock.php:80 (__construct)
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91 (__construct)
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1788 (_registerControls)
/modules/creativeelements/includes/base/widget-base.php:844 (initControls)
/modules/creativeelements/includes/base/controls-stack.php:458 (initControls)
/modules/creativeelements/includes/base/widget-base.php:169 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:250 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1826 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:966 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1679 (getData)
/modules/creativeelements/core/base/base-object.php:136 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:44 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:785 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:799 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:509 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/classes/CESmarty.php:157 (printElement)
/modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback)
/modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode)
/modules/creativeelements/core/base/document.php:693 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_20790307066839f7c68f72d7_25988310)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c691c701_38558862)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ef/99/59/ef9959d4e454228eca0eba141e4f76f2660caac4_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c68eb883_54138814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
34 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'ru-ru'
OR `language_code` = 'ru-ru' LIMIT 1 |
0.489
ms
|
6 |
|
|
/classes/Language.php:883
/src/Adapter/Currency/CurrencyDataProvider.php:112 (getIdByLocale)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
55 |
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` = 3 AND cl.id_shop = 1 ) WHERE c.`id_category` = 20 LIMIT 1 |
0.489
ms
|
1 |
|
|
/classes/Category.php:1585
/override/classes/Link.php:117 (getParentsCategories)
/controllers/front/listing/CategoryController.php:63 (getCategoryLink)
/classes/controller/FrontController.php:1819 (getCanonicalURL)
/controllers/front/listing/CategoryController.php:276 (getTemplateVarPage)
/classes/controller/FrontController.php:562 (getTemplateVarPage)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
421 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 5984
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.489
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
595 |
SELECT SQL_NO_CACHE option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-domain-switch-addon' LIMIT 1 |
0.489
ms
|
16 |
|
|
/modules/revsliderprestashop/includes/revslider_db.class.php:192
/modules/revsliderprestashop/rev-loader.php:999 (get_var)
/modules/revsliderprestashop/rev-loader.php:1803 (get_option)
/modules/revsliderprestashop/revsliderprestashop.php:532 (loadAllAddons)
/modules/revsliderprestashop/revsliderprestashop.php:583 (generateSlider)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:381 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:434 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:463 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 `id_hook` FROM ps_link_block |
0.489
ms
|
5 |
|
|
/modules/pkelements/classes/WidgetPklinks.php:468
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1788 (_registerControls)
/modules/creativeelements/includes/base/widget-base.php:844 (initControls)
/modules/creativeelements/includes/base/controls-stack.php:458 (initControls)
/modules/creativeelements/includes/base/widget-base.php:169 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:250 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1826 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:966 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1679 (getData)
/modules/creativeelements/core/base/base-object.php:136 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:44 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:785 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:799 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:509 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/classes/CESmarty.php:157 (printElement)
/modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback)
/modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode)
/modules/creativeelements/core/base/document.php:693 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_20790307066839f7c68f72d7_25988310)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c691c701_38558862)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ef/99/59/ef9959d4e454228eca0eba141e4f76f2660caac4_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c68eb883_54138814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 8368) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.488
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
567 |
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` = 8 AND cl.id_shop = 1 ) WHERE c.`id_category` = 20 LIMIT 1 |
0.488
ms
|
1 |
|
|
/classes/Category.php:1585
/override/classes/Link.php:117 (getParentsCategories)
/classes/Link.php:1217 (getCategoryLink)
/classes/Link.php:1498 (getLanguageLink)
/classes/Smarty/SmartyLazyRegister.php:81 (getUrlSmarty)
/var/cache/prod/smarty/compile/alysum/33/44/83/334483dcf47e21ec6548d4c3ad3c713bea491610_2.module.pkelementsviewstemplatespklanguages.tpl.php:63 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c5490ec5_30329449)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/pkelements/src/WidgetTemplate.php:46 (fetch)
/modules/pkelements/classes/WidgetPklanguages.php:192 (getTemplate)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/classes/CESmarty.php:157 (printElement)
/modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback)
/modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode)
/modules/creativeelements/core/base/document.php:693 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/13/37/b5/1337b5e3c4afe317596a5c3e180261999c2aa8dd_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_12631649446839f7d7dc1394_31992451)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/13/37/b5/1337b5e3c4afe317596a5c3e180261999c2aa8dd_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7efb1e2_58795470)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a3/e7/ee/a3e7ee6c6f3a8a903ced2f5668dd63145ef2919c_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7db7371_69671904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
245 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 8633 AND `id_group` = 1 LIMIT 1 |
0.487
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
512 |
SELECT SQL_NO_CACHE p.id_product, pl.link_rewrite, pl.name FROM `ps_product` p LEFT JOIN `ps_product_lang` pl ON pl.id_product = p.id_product WHERE p.id_product = 8632 AND pl.id_lang = 3 LIMIT 1 |
0.486
ms
|
1 |
|
|
/modules/arseopro/classes/ArSeoProJsonLD.php:272
/modules/arseopro/arseopro.php:357 (buildProductListJson)
/classes/Hook.php:1083 (hookActionProductSearchAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:445 (exec)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
80 |
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` = 6 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 8 AND c.`nright` >= 9 AND c.`nleft` >= 2 AND c.`nright` <= 63 ORDER BY `nleft` DESC |
0.485
ms
|
5 |
|
|
/classes/Category.php:1600
/override/classes/Link.php:117 (getParentsCategories)
/classes/Link.php:1217 (getCategoryLink)
/classes/controller/FrontController.php:2180 (getLanguageLink)
/classes/controller/FrontController.php:1620 (getAlternativeLangsUrl)
/override/classes/controller/FrontController.php:74 (getTemplateVarUrls)
/classes/controller/FrontController.php:1753 (getTemplateVarUrls)
/override/classes/controller/FrontController.php:62 (getTemplateVarShop)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
239 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 20 LIMIT 1 |
0.485
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
300 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 8282 AND id_shop=1 LIMIT 1 |
0.485
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
406 |
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` = 6004
AND image_shop.`cover` = 1 LIMIT 1 |
0.485
ms
|
2 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
161 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 20 LIMIT 1 |
0.484
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
347 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 7156) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.484
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
562 |
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` = 6 AND cl.id_shop = 1 ) WHERE c.`id_category` = 20 LIMIT 1 |
0.484
ms
|
1 |
|
|
/classes/Category.php:1585
/override/classes/Link.php:117 (getParentsCategories)
/classes/Link.php:1217 (getCategoryLink)
/classes/Link.php:1498 (getLanguageLink)
/classes/Smarty/SmartyLazyRegister.php:81 (getUrlSmarty)
/var/cache/prod/smarty/compile/alysum/33/44/83/334483dcf47e21ec6548d4c3ad3c713bea491610_2.module.pkelementsviewstemplatespklanguages.tpl.php:63 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c5490ec5_30329449)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/pkelements/src/WidgetTemplate.php:46 (fetch)
/modules/pkelements/classes/WidgetPklanguages.php:192 (getTemplate)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/classes/CESmarty.php:157 (printElement)
/modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback)
/modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode)
/modules/creativeelements/core/base/document.php:693 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/13/37/b5/1337b5e3c4afe317596a5c3e180261999c2aa8dd_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_12631649446839f7d7dc1394_31992451)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/13/37/b5/1337b5e3c4afe317596a5c3e180261999c2aa8dd_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7efb1e2_58795470)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a3/e7/ee/a3e7ee6c6f3a8a903ced2f5668dd63145ef2919c_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7db7371_69671904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
53 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_legalcompliance" LIMIT 1 |
0.483
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/classes/controller/FrontController.php:1669 (isEnabled)
/classes/controller/FrontController.php:1813 (getDisplayTaxesLabel)
/controllers/front/listing/CategoryController.php:276 (getTemplateVarPage)
/classes/controller/FrontController.php:562 (getTemplateVarPage)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
69 |
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` = 2 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 8 AND c.`nright` >= 9 AND c.`nleft` >= 2 AND c.`nright` <= 63 ORDER BY `nleft` DESC |
0.483
ms
|
5 |
|
|
/classes/Category.php:1600
/override/classes/Link.php:117 (getParentsCategories)
/classes/Link.php:1217 (getCategoryLink)
/classes/controller/FrontController.php:2180 (getLanguageLink)
/classes/controller/FrontController.php:1620 (getAlternativeLangsUrl)
/override/classes/controller/FrontController.php:74 (getTemplateVarUrls)
/classes/controller/FrontController.php:1753 (getTemplateVarUrls)
/override/classes/controller/FrontController.php:62 (getTemplateVarShop)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
256 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 8632 AND `id_group` = 1 LIMIT 1 |
0.483
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
582 |
SELECT SQL_NO_CACHE option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-polyfold-addon' LIMIT 1 |
0.483
ms
|
16 |
|
|
/modules/revsliderprestashop/includes/revslider_db.class.php:192
/modules/revsliderprestashop/rev-loader.php:999 (get_var)
/modules/revsliderprestashop/rev-loader.php:1803 (get_option)
/modules/revsliderprestashop/revsliderprestashop.php:532 (loadAllAddons)
/modules/revsliderprestashop/revsliderprestashop.php:583 (generateSlider)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:381 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:434 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:463 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 domain, domain_ssl
FROM ps_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
0.482
ms
|
1 |
|
|
/classes/shop/ShopUrl.php:182
/classes/shop/ShopUrl.php:198 (cacheMainDomainForShop)
/classes/Tools.php:302 (getMainShopDomain)
/classes/Link.php:65 (getShopDomain)
/config/config.inc.php:277 (__construct)
/index.php:27 (require)
|
448 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 3213 AND `id_group` = 1 LIMIT 1 |
0.482
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
622 |
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 1) LIMIT 1 |
0.482
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1788 (_registerControls)
/modules/creativeelements/includes/base/widget-base.php:844 (initControls)
/modules/creativeelements/includes/base/controls-stack.php:458 (initControls)
/modules/creativeelements/includes/base/widget-base.php:169 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:250 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1826 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:966 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1679 (getData)
/modules/creativeelements/core/base/base-object.php:136 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:44 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:785 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:799 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:509 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/classes/CESmarty.php:157 (printElement)
/modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback)
/modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode)
/modules/creativeelements/core/base/document.php:693 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_20790307066839f7c68f72d7_25988310)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c691c701_38558862)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ef/99/59/ef9959d4e454228eca0eba141e4f76f2660caac4_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c68eb883_54138814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
243 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 8633) |
0.481
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
12 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang` WHERE `iso_code` = 'ru' LIMIT 1 |
0.480
ms
|
6 |
|
|
/classes/Language.php:854
/classes/Tools.php:627 (getIdByIso)
/classes/Dispatcher.php:236 (switchLanguage)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
47 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.480
ms
|
1 |
|
|
/classes/Category.php:1591
/override/classes/Link.php:117 (getParentsCategories)
/controllers/front/listing/CategoryController.php:50 (getCategoryLink)
/classes/controller/FrontController.php:499 (canonicalRedirection)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
593 |
SELECT SQL_NO_CACHE option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-explodinglayers-addon' LIMIT 1 |
0.480
ms
|
16 |
|
|
/modules/revsliderprestashop/includes/revslider_db.class.php:192
/modules/revsliderprestashop/rev-loader.php:999 (get_var)
/modules/revsliderprestashop/rev-loader.php:1803 (get_option)
/modules/revsliderprestashop/revsliderprestashop.php:532 (loadAllAddons)
/modules/revsliderprestashop/revsliderprestashop.php:583 (generateSlider)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:381 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:434 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:463 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 7156) |
0.479
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
577 |
SELECT SQL_NO_CACHE option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-backup-addon' LIMIT 1 |
0.479
ms
|
16 |
|
|
/modules/revsliderprestashop/includes/revslider_db.class.php:192
/modules/revsliderprestashop/rev-loader.php:999 (get_var)
/modules/revsliderprestashop/rev-loader.php:1803 (get_option)
/modules/revsliderprestashop/revsliderprestashop.php:532 (loadAllAddons)
/modules/revsliderprestashop/revsliderprestashop.php:583 (generateSlider)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:381 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:434 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:463 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.478
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:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
594 |
SELECT SQL_NO_CACHE option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-paintbrush-addon' LIMIT 1 |
0.478
ms
|
16 |
|
|
/modules/revsliderprestashop/includes/revslider_db.class.php:192
/modules/revsliderprestashop/rev-loader.php:999 (get_var)
/modules/revsliderprestashop/rev-loader.php:1803 (get_option)
/modules/revsliderprestashop/revsliderprestashop.php:532 (loadAllAddons)
/modules/revsliderprestashop/revsliderprestashop.php:583 (generateSlider)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:381 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:434 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:463 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
650 |
SELECT SQL_NO_CACHE lb.`id_link_block`
FROM ps_link_block lb
INNER JOIN ps_link_block_shop lbs ON lbs.`id_link_block` = lb.`id_link_block`
WHERE lb. `id_hook` = 35 AND lbs.`id_shop` = 1
ORDER by lbs.`position` |
0.478
ms
|
5 |
Yes
|
|
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:87
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:99 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1788 (_registerControls)
/modules/creativeelements/includes/base/widget-base.php:844 (initControls)
/modules/creativeelements/includes/base/controls-stack.php:458 (initControls)
/modules/creativeelements/includes/base/widget-base.php:169 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:250 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1826 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:966 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1679 (getData)
/modules/creativeelements/core/base/base-object.php:136 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:44 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:785 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:799 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:509 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/classes/CESmarty.php:157 (printElement)
/modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback)
/modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode)
/modules/creativeelements/core/base/document.php:693 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_20790307066839f7c68f72d7_25988310)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c691c701_38558862)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ef/99/59/ef9959d4e454228eca0eba141e4f76f2660caac4_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c68eb883_54138814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
367 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 6940 AND id_shop=1 LIMIT 1 |
0.476
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
336 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 7171) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.476
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
578 |
SELECT SQL_NO_CACHE option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-typewriter-addon' LIMIT 1 |
0.475
ms
|
16 |
|
|
/modules/revsliderprestashop/includes/revslider_db.class.php:192
/modules/revsliderprestashop/rev-loader.php:999 (get_var)
/modules/revsliderprestashop/rev-loader.php:1803 (get_option)
/modules/revsliderprestashop/revsliderprestashop.php:532 (loadAllAddons)
/modules/revsliderprestashop/revsliderprestashop.php:583 (generateSlider)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:381 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:434 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:463 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 7171
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.474
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
584 |
SELECT SQL_NO_CACHE option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-slicey-addon' LIMIT 1 |
0.474
ms
|
16 |
|
|
/modules/revsliderprestashop/includes/revslider_db.class.php:192
/modules/revsliderprestashop/rev-loader.php:999 (get_var)
/modules/revsliderprestashop/rev-loader.php:1803 (get_option)
/modules/revsliderprestashop/revsliderprestashop.php:532 (loadAllAddons)
/modules/revsliderprestashop/revsliderprestashop.php:583 (generateSlider)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:381 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:434 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:463 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 8282 AND `id_group` = 1 LIMIT 1 |
0.473
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
644 |
SELECT SQL_NO_CACHE lb.`id_link_block`
FROM ps_link_block lb
INNER JOIN ps_link_block_shop lbs ON lbs.`id_link_block` = lb.`id_link_block`
WHERE lb. `id_hook` = 684 AND lbs.`id_shop` = 1
ORDER by lbs.`position` |
0.471
ms
|
5 |
Yes
|
|
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:87
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1788 (_registerControls)
/modules/creativeelements/includes/base/widget-base.php:844 (initControls)
/modules/creativeelements/includes/base/controls-stack.php:458 (initControls)
/modules/creativeelements/includes/base/widget-base.php:169 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:250 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1826 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:966 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1679 (getData)
/modules/creativeelements/core/base/base-object.php:136 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:44 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:785 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:799 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:509 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/classes/CESmarty.php:157 (printElement)
/modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback)
/modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode)
/modules/creativeelements/core/base/document.php:693 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_20790307066839f7c68f72d7_25988310)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c691c701_38558862)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ef/99/59/ef9959d4e454228eca0eba141e4f76f2660caac4_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c68eb883_54138814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
583 |
SELECT SQL_NO_CACHE option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-filmstrip-addon' LIMIT 1 |
0.470
ms
|
16 |
|
|
/modules/revsliderprestashop/includes/revslider_db.class.php:192
/modules/revsliderprestashop/rev-loader.php:999 (get_var)
/modules/revsliderprestashop/rev-loader.php:1803 (get_option)
/modules/revsliderprestashop/revsliderprestashop.php:532 (loadAllAddons)
/modules/revsliderprestashop/revsliderprestashop.php:583 (generateSlider)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:381 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:434 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:463 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
200 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 8770 AND id_shop=1 LIMIT 1 |
0.469
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
447 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3213 AND id_shop=1 LIMIT 1 |
0.469
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
142 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 20 LIMIT 1 |
0.467
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
604 |
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 3020301 AND `name` = "_elementor_page_settings" LIMIT 1 |
0.467
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:274
/modules/creativeelements/core/base/document.php:996 (CE\get_post_meta)
/modules/creativeelements/modules/premium/documents/content.php:106 (__construct)
/modules/creativeelements/core/documents-manager.php:208 (__construct)
/modules/creativeelements/core/documents-manager.php:254 (get)
/modules/creativeelements/includes/frontend.php:841 (getDocForFrontend)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_20790307066839f7c68f72d7_25988310)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c691c701_38558862)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ef/99/59/ef9959d4e454228eca0eba141e4f76f2660caac4_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c68eb883_54138814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
219 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 8723
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.466
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
189 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 8775 AND id_shop=1 LIMIT 1 |
0.465
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
22 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "arseopro" LIMIT 1 |
0.465
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/override/classes/Dispatcher.php:78 (isEnabled)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
29 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 20) LIMIT 1 |
0.465
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:27 (__construct)
/modules/arseopro/classes/url/ArSeoProURLCategory.php:170 (__construct)
/modules/arseopro/classes/ArSeoProUrls.php:587 (preDispatch)
/override/classes/Dispatcher.php:188 (preDispatch)
/classes/Dispatcher.php:346 (getController)
/index.php:28 (dispatch)
|
356 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 6941 AND id_shop=1 LIMIT 1 |
0.465
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
396 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 20 LIMIT 1 |
0.465
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
632 |
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 3) LIMIT 1 |
0.465
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1788 (_registerControls)
/modules/creativeelements/includes/base/widget-base.php:844 (initControls)
/modules/creativeelements/includes/base/controls-stack.php:458 (initControls)
/modules/creativeelements/includes/base/widget-base.php:169 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:250 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1826 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:966 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1679 (getData)
/modules/creativeelements/core/base/base-object.php:136 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:44 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:785 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:799 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:509 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/classes/CESmarty.php:157 (printElement)
/modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback)
/modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode)
/modules/creativeelements/core/base/document.php:693 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_20790307066839f7c68f72d7_25988310)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c691c701_38558862)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ef/99/59/ef9959d4e454228eca0eba141e4f76f2660caac4_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c68eb883_54138814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 8556) |
0.464
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
609 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_linklist" LIMIT 1 |
0.464
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2112 (getModuleIdByName)
/modules/pkelements/classes/WidgetPklinks.php:66 (isInstalled)
/modules/creativeelements/includes/base/controls-stack.php:1788 (_registerControls)
/modules/creativeelements/includes/base/widget-base.php:844 (initControls)
/modules/creativeelements/includes/base/controls-stack.php:458 (initControls)
/modules/creativeelements/includes/base/widget-base.php:169 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:250 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1826 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:966 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1679 (getData)
/modules/creativeelements/core/base/base-object.php:136 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:44 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:785 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:799 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:509 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/classes/CESmarty.php:157 (printElement)
/modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback)
/modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode)
/modules/creativeelements/core/base/document.php:693 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_20790307066839f7c68f72d7_25988310)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c691c701_38558862)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ef/99/59/ef9959d4e454228eca0eba141e4f76f2660caac4_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c68eb883_54138814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 48
AND `active` = 1 LIMIT 1 |
0.463
ms
|
1 |
|
|
/classes/Manufacturer.php:316
/classes/Product.php:5669 (getNameById)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
23 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 223 AND `id_shop` = 1 LIMIT 1 |
0.459
ms
|
1 |
|
|
/classes/module/Module.php:2137
/override/classes/Dispatcher.php:78 (isEnabled)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
313 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 8268) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.459
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
548 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.459
ms
|
0 |
|
|
/classes/module/Module.php:2137
/modules/creativeelements/modules/premium/widgets/contact-form.php:1365 (isEnabled)
/modules/creativeelements/modules/premium/widgets/contact-form.php:1347 (initGDPR)
/modules/creativeelements/modules/premium/module.php:50 (__construct)
/modules/creativeelements/classes/wrappers/Helper.php:305 (registerWidgets)
/modules/creativeelements/includes/managers/widgets.php:105 (CE\do_action)
/modules/creativeelements/includes/managers/widgets.php:181 (initWidgets)
/modules/creativeelements/includes/managers/elements.php:72 (getWidgetTypes)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:97 (createElementInstance)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:102 (renderCss)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:102 (renderCss)
/modules/creativeelements/core/files/css/base.php:617 (renderCss)
/modules/creativeelements/core/files/base.php:128 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:76 (getContent)
/modules/creativeelements/core/files/css/base.php:186 (getMeta)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:443 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:305 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:251 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/includes/frontend.php:861 (enqueue)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/13/37/b5/1337b5e3c4afe317596a5c3e180261999c2aa8dd_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_12631649446839f7d7dc1394_31992451)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/13/37/b5/1337b5e3c4afe317596a5c3e180261999c2aa8dd_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7efb1e2_58795470)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a3/e7/ee/a3e7ee6c6f3a8a903ced2f5668dd63145ef2919c_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7db7371_69671904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
97 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 3 AND cl.id_shop = 1 ) WHERE c.`id_category` = 20 LIMIT 1 |
0.458
ms
|
1 |
|
|
/classes/Category.php:1585
/override/classes/Link.php:117 (getParentsCategories)
/controllers/front/listing/CategoryController.php:259 (getCategoryLink)
/classes/controller/FrontController.php:1876 (getBreadcrumbLinks)
/classes/controller/FrontController.php:568 (getBreadcrumb)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
423 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 5984) |
0.457
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
77 |
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` = 6
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.455
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:27 (__construct)
/override/classes/Link.php:103 (__construct)
/classes/Link.php:1217 (getCategoryLink)
/classes/controller/FrontController.php:2180 (getLanguageLink)
/classes/controller/FrontController.php:1620 (getAlternativeLangsUrl)
/override/classes/controller/FrontController.php:74 (getTemplateVarUrls)
/classes/controller/FrontController.php:1753 (getTemplateVarUrls)
/override/classes/controller/FrontController.php:62 (getTemplateVarShop)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
290 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 8325 AND `id_group` = 1 LIMIT 1 |
0.455
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
234 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 8634 AND `id_group` = 1 LIMIT 1 |
0.453
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
389 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 6745) |
0.452
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
426 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 5984) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.452
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
611 |
SELECT SQL_NO_CACHE `name`
FROM `ps_hook`
WHERE `id_hook` = 35 LIMIT 1 |
0.452
ms
|
1 |
|
|
/classes/Hook.php:247
/modules/pkelements/classes/WidgetPklinks.php:474 (getNameById)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1788 (_registerControls)
/modules/creativeelements/includes/base/widget-base.php:844 (initControls)
/modules/creativeelements/includes/base/controls-stack.php:458 (initControls)
/modules/creativeelements/includes/base/widget-base.php:169 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:250 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1826 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:966 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1679 (getData)
/modules/creativeelements/core/base/base-object.php:136 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:44 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:785 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:799 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:509 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/classes/CESmarty.php:157 (printElement)
/modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback)
/modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode)
/modules/creativeelements/core/base/document.php:693 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_20790307066839f7c68f72d7_25988310)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c691c701_38558862)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ef/99/59/ef9959d4e454228eca0eba141e4f76f2660caac4_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c68eb883_54138814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 3 AND cl.id_shop = 1 ) WHERE c.`id_category` = 20 LIMIT 1 |
0.452
ms
|
1 |
|
|
/classes/Category.php:1585
/override/classes/Link.php:117 (getParentsCategories)
/controllers/front/listing/CategoryController.php:50 (getCategoryLink)
/classes/controller/FrontController.php:499 (canonicalRedirection)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
152 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3210 AND id_shop=1 LIMIT 1 |
0.451
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
364 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 6940
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.451
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
222 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 8723 AND id_shop=1 LIMIT 1 |
0.450
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
202 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 8770) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.450
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
273 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 20 LIMIT 1 |
0.450
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
510 |
SELECT SQL_NO_CACHE p.id_product, pl.link_rewrite, pl.name FROM `ps_product` p LEFT JOIN `ps_product_lang` pl ON pl.id_product = p.id_product WHERE p.id_product = 8634 AND pl.id_lang = 3 LIMIT 1 |
0.450
ms
|
1 |
|
|
/modules/arseopro/classes/ArSeoProJsonLD.php:272
/modules/arseopro/arseopro.php:357 (buildProductListJson)
/classes/Hook.php:1083 (hookActionProductSearchAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:445 (exec)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
92 |
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM ps_required_field |
0.448
ms
|
3 |
|
|
/classes/ObjectModel.php:1592
/classes/ObjectModel.php:1624 (getFieldsRequiredDatabase)
/classes/ObjectModel.php:1555 (cacheFieldsRequiredDatabase)
/classes/controller/FrontController.php:567 (validateFieldsRequiredDatabase)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
168 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1983 AND `id_group` = 1 LIMIT 1 |
0.448
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
224 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 8723) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.448
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
244 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 8633 AND id_shop=1 LIMIT 1 |
0.447
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
649 |
SELECT SQL_NO_CACHE lb.`id_link_block`
FROM ps_link_block lb
INNER JOIN ps_link_block_shop lbs ON lbs.`id_link_block` = lb.`id_link_block`
WHERE lb. `id_hook` = 35 AND lbs.`id_shop` = 1
ORDER by lbs.`position` |
0.447
ms
|
5 |
Yes
|
|
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:87
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:99 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1788 (_registerControls)
/modules/creativeelements/includes/base/widget-base.php:844 (initControls)
/modules/creativeelements/includes/base/controls-stack.php:458 (initControls)
/modules/creativeelements/includes/base/widget-base.php:169 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:250 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1826 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:966 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1679 (getData)
/modules/creativeelements/core/base/base-object.php:136 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:44 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:785 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:799 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:509 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/classes/CESmarty.php:157 (printElement)
/modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback)
/modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode)
/modules/creativeelements/core/base/document.php:693 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_20790307066839f7c68f72d7_25988310)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c691c701_38558862)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ef/99/59/ef9959d4e454228eca0eba141e4f76f2660caac4_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c68eb883_54138814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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_lang` FROM `ps_lang`
WHERE `locale` = 'ru-ru'
OR `language_code` = 'ru-ru' LIMIT 1 |
0.445
ms
|
6 |
|
|
/classes/Language.php:883
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:115 (getIdByLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
621 |
SELECT SQL_NO_CACHE *
FROM `ps_hook` a
WHERE (a.`id_hook` = 35) LIMIT 1 |
0.445
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:64 (__construct)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1788 (_registerControls)
/modules/creativeelements/includes/base/widget-base.php:844 (initControls)
/modules/creativeelements/includes/base/controls-stack.php:458 (initControls)
/modules/creativeelements/includes/base/widget-base.php:169 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:250 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1826 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:966 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1679 (getData)
/modules/creativeelements/core/base/base-object.php:136 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:44 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:785 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:799 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:509 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/classes/CESmarty.php:157 (printElement)
/modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback)
/modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode)
/modules/creativeelements/core/base/document.php:693 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_20790307066839f7c68f72d7_25988310)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c691c701_38558862)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ef/99/59/ef9959d4e454228eca0eba141e4f76f2660caac4_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c68eb883_54138814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 cl.`id_category` FROM `ps_category_lang` cl LEFT JOIN `ps_category` c ON cl.id_category = c.id_category LEFT JOIN `ps_category_shop` cs ON cs.id_category = c.id_category WHERE cl.`id_shop` = 1 AND cs.id_shop = 1 AND cl.`link_rewrite` = "podvesnye-lampy" AND c.id_parent = 11 AND cl.`id_lang` = 3 LIMIT 1 |
0.444
ms
|
3 |
|
|
/modules/arseopro/classes/url/ArSeoProURLCategory.php:143
/modules/arseopro/classes/ArSeoProUrls.php:587 (preDispatch)
/override/classes/Dispatcher.php:188 (preDispatch)
/classes/Dispatcher.php:346 (getController)
/index.php:28 (dispatch)
|
83 |
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` = 8
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.444
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:27 (__construct)
/override/classes/Link.php:103 (__construct)
/classes/Link.php:1217 (getCategoryLink)
/classes/controller/FrontController.php:2180 (getLanguageLink)
/classes/controller/FrontController.php:1620 (getAlternativeLangsUrl)
/override/classes/controller/FrontController.php:74 (getTemplateVarUrls)
/classes/controller/FrontController.php:1753 (getTemplateVarUrls)
/override/classes/controller/FrontController.php:62 (getTemplateVarShop)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
7 |
SELECT SQL_NO_CACHE *
FROM `ps_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
0.441
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)
|
30 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 20 AND `id_shop` = 1 |
0.440
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:27 (__construct)
/modules/arseopro/classes/url/ArSeoProURLCategory.php:170 (__construct)
/modules/arseopro/classes/ArSeoProUrls.php:587 (preDispatch)
/override/classes/Dispatcher.php:188 (preDispatch)
/classes/Dispatcher.php:346 (getController)
/index.php:28 (dispatch)
|
43 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
0.440
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/classes/Group.php:400 (isAssociatedToShop)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/classes/controller/FrontController.php:467 (__construct)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
357 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 6941 AND `id_group` = 1 LIMIT 1 |
0.440
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
401 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 6744 AND id_shop=1 LIMIT 1 |
0.440
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
342 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 7156
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.439
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
230 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 8634
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.438
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
570 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "pkfavorites" LIMIT 1 |
0.438
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2112 (getModuleIdByName)
/modules/pkelements/classes/WidgetPkfavorites.php:73 (isInstalled)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/classes/CESmarty.php:157 (printElement)
/modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback)
/modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode)
/modules/creativeelements/core/base/document.php:693 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/13/37/b5/1337b5e3c4afe317596a5c3e180261999c2aa8dd_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_12631649446839f7d7dc1394_31992451)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/13/37/b5/1337b5e3c4afe317596a5c3e180261999c2aa8dd_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7efb1e2_58795470)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a3/e7/ee/a3e7ee6c6f3a8a903ced2f5668dd63145ef2919c_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7db7371_69671904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
252 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 8632
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.436
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
104 |
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` = 3 AND cl.id_shop = 1 ) WHERE c.`id_category` = 20 LIMIT 1 |
0.433
ms
|
1 |
|
|
/classes/Category.php:1585
/override/classes/Link.php:117 (getParentsCategories)
/modules/arseopro/classes/ArSeoProCanonical.php:97 (getCategoryLink)
/modules/arseopro/classes/ArSeoProCanonical.php:175 (getCanonicalURL)
/modules/arseopro/arseopro.php:267 (getCanonicalData)
/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/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
206 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 20 LIMIT 1 |
0.433
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
335 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 7171 AND `id_group` = 1 LIMIT 1 |
0.433
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
346 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 7156 AND `id_group` = 1 LIMIT 1 |
0.432
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
646 |
SELECT SQL_NO_CACHE *
FROM `ps_link_block_lang`
WHERE `id_link_block` = 12 |
0.431
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Model/LinkBlock.php:80 (__construct)
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91 (__construct)
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1788 (_registerControls)
/modules/creativeelements/includes/base/widget-base.php:844 (initControls)
/modules/creativeelements/includes/base/controls-stack.php:458 (initControls)
/modules/creativeelements/includes/base/widget-base.php:169 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:250 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1826 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:966 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1679 (getData)
/modules/creativeelements/core/base/base-object.php:136 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:44 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:785 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:799 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:509 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/classes/CESmarty.php:157 (printElement)
/modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback)
/modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode)
/modules/creativeelements/core/base/document.php:693 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_20790307066839f7c68f72d7_25988310)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c691c701_38558862)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ef/99/59/ef9959d4e454228eca0eba141e4f76f2660caac4_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c68eb883_54138814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 7171 AND id_shop=1 LIMIT 1 |
0.430
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
66 |
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` = 2
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.428
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:27 (__construct)
/override/classes/Link.php:103 (__construct)
/classes/Link.php:1217 (getCategoryLink)
/classes/controller/FrontController.php:2180 (getLanguageLink)
/classes/controller/FrontController.php:1620 (getAlternativeLangsUrl)
/override/classes/controller/FrontController.php:74 (getTemplateVarUrls)
/classes/controller/FrontController.php:1753 (getTemplateVarUrls)
/override/classes/controller/FrontController.php:62 (getTemplateVarShop)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
415 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 6004) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.428
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
513 |
SELECT SQL_NO_CACHE p.id_product, pl.link_rewrite, pl.name FROM `ps_product` p LEFT JOIN `ps_product_lang` pl ON pl.id_product = p.id_product WHERE p.id_product = 8556 AND pl.id_lang = 3 LIMIT 1 |
0.428
ms
|
1 |
|
|
/modules/arseopro/classes/ArSeoProJsonLD.php:272
/modules/arseopro/arseopro.php:357 (buildProductListJson)
/classes/Hook.php:1083 (hookActionProductSearchAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:445 (exec)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
552 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 20 LIMIT 1 |
0.428
ms
|
1 |
|
|
/classes/Category.php:1585
/override/classes/Link.php:117 (getParentsCategories)
/classes/Link.php:1217 (getCategoryLink)
/classes/Link.php:1498 (getLanguageLink)
/classes/Smarty/SmartyLazyRegister.php:81 (getUrlSmarty)
/var/cache/prod/smarty/compile/alysum/33/44/83/334483dcf47e21ec6548d4c3ad3c713bea491610_2.module.pkelementsviewstemplatespklanguages.tpl.php:63 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c5490ec5_30329449)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/pkelements/src/WidgetTemplate.php:46 (fetch)
/modules/pkelements/classes/WidgetPklanguages.php:192 (getTemplate)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/classes/CESmarty.php:157 (printElement)
/modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback)
/modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode)
/modules/creativeelements/core/base/document.php:693 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/13/37/b5/1337b5e3c4afe317596a5c3e180261999c2aa8dd_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_12631649446839f7d7dc1394_31992451)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/13/37/b5/1337b5e3c4afe317596a5c3e180261999c2aa8dd_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7efb1e2_58795470)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a3/e7/ee/a3e7ee6c6f3a8a903ced2f5668dd63145ef2919c_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7db7371_69671904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 3213
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.427
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
660 |
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` = 3 AND cl.id_shop = 1 ) WHERE c.`id_category` = 20 LIMIT 1 |
0.426
ms
|
1 |
|
|
/classes/Category.php:1585
/override/classes/Link.php:117 (getParentsCategories)
/controllers/front/listing/CategoryController.php:259 (getCategoryLink)
/modules/arseopro/arseopro.php:304 (getBreadcrumbLinks)
/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/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:185 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:71 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 `reduction`
FROM `ps_group`
WHERE `id_group` = 1 LIMIT 1 |
0.425
ms
|
1 |
|
|
/classes/Group.php:154
/classes/Product.php:3994 (getReductionByIdGroup)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
95 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.424
ms
|
1 |
|
|
/classes/Category.php:1591
/override/classes/Link.php:117 (getParentsCategories)
/controllers/front/listing/CategoryController.php:251 (getCategoryLink)
/classes/controller/FrontController.php:1876 (getBreadcrumbLinks)
/classes/controller/FrontController.php:568 (getBreadcrumb)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
79 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.422
ms
|
1 |
|
|
/classes/Category.php:1591
/override/classes/Link.php:117 (getParentsCategories)
/classes/Link.php:1217 (getCategoryLink)
/classes/controller/FrontController.php:2180 (getLanguageLink)
/classes/controller/FrontController.php:1620 (getAlternativeLangsUrl)
/override/classes/controller/FrontController.php:74 (getTemplateVarUrls)
/classes/controller/FrontController.php:1753 (getTemplateVarUrls)
/override/classes/controller/FrontController.php:62 (getTemplateVarShop)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
438 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4740) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.421
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
250 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 20 LIMIT 1 |
0.419
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
605 |
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 3020301 AND `name` = "_elementor_data" LIMIT 1 |
0.419
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:274
/modules/creativeelements/core/base/document.php:566 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:616 (getJsonMeta)
/modules/creativeelements/includes/frontend.php:846 (getElementsData)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_20790307066839f7c68f72d7_25988310)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c691c701_38558862)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ef/99/59/ef9959d4e454228eca0eba141e4f76f2660caac4_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c68eb883_54138814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 3 AND cl.id_shop = 1 ) WHERE c.`id_category` = 20 LIMIT 1 |
0.417
ms
|
1 |
|
|
/classes/Category.php:1585
/override/classes/Link.php:117 (getParentsCategories)
/classes/Link.php:1217 (getCategoryLink)
/classes/controller/FrontController.php:2180 (getLanguageLink)
/classes/controller/FrontController.php:1620 (getAlternativeLangsUrl)
/override/classes/controller/FrontController.php:74 (getTemplateVarUrls)
/classes/controller/FrontController.php:1753 (getTemplateVarUrls)
/override/classes/controller/FrontController.php:62 (getTemplateVarShop)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
643 |
SELECT SQL_NO_CACHE `name`
FROM `ps_hook`
WHERE `id_hook` = 684 LIMIT 1 |
0.416
ms
|
1 |
|
|
/classes/Hook.php:247
/modules/pkelements/classes/WidgetPklinks.php:474 (getNameById)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1788 (_registerControls)
/modules/creativeelements/includes/base/widget-base.php:844 (initControls)
/modules/creativeelements/includes/base/controls-stack.php:458 (initControls)
/modules/creativeelements/includes/base/widget-base.php:169 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:250 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1826 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:966 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1679 (getData)
/modules/creativeelements/core/base/base-object.php:136 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:44 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:785 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:799 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:509 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/classes/CESmarty.php:157 (printElement)
/modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback)
/modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode)
/modules/creativeelements/core/base/document.php:693 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_20790307066839f7c68f72d7_25988310)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c691c701_38558862)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ef/99/59/ef9959d4e454228eca0eba141e4f76f2660caac4_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c68eb883_54138814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 20 LIMIT 1 |
0.415
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
275 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 8368
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.415
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
54 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 95 AND `id_shop` = 1 LIMIT 1 |
0.414
ms
|
0 |
|
|
/classes/module/Module.php:2137
/classes/controller/FrontController.php:1669 (isEnabled)
/classes/controller/FrontController.php:1813 (getDisplayTaxesLabel)
/controllers/front/listing/CategoryController.php:276 (getTemplateVarPage)
/classes/controller/FrontController.php:562 (getTemplateVarPage)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
212 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 8764 AND `id_group` = 1 LIMIT 1 |
0.414
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
606 |
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 3020301 AND `name` = "_elementor_css" LIMIT 1 |
0.414
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:274
/modules/creativeelements/core/files/css/post.php:134 (CE\get_post_meta)
/modules/creativeelements/core/files/base.php:202 (loadMeta)
/modules/creativeelements/core/files/css/base.php:186 (getMeta)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/includes/frontend.php:861 (enqueue)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_20790307066839f7c68f72d7_25988310)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c691c701_38558862)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ef/99/59/ef9959d4e454228eca0eba141e4f76f2660caac4_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c68eb883_54138814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 8764
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.413
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
317 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 20 LIMIT 1 |
0.413
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
246 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 8633) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.413
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
657 |
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` = 3 AND cl.id_shop = 1 ) WHERE c.`id_category` = 11 LIMIT 1 |
0.412
ms
|
1 |
|
|
/classes/Category.php:1585
/override/classes/Link.php:117 (getParentsCategories)
/controllers/front/listing/CategoryController.php:251 (getCategoryLink)
/modules/arseopro/arseopro.php:304 (getBreadcrumbLinks)
/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/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:185 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:71 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
201 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 8770 AND `id_group` = 1 LIMIT 1 |
0.411
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
603 |
SELECT SQL_NO_CACHE *
FROM `ps_ce_content` a
LEFT JOIN `ps_ce_content_lang` `b` ON a.`id_ce_content` = b.`id_ce_content` AND b.`id_lang` = 3
LEFT JOIN `ps_ce_content_shop` `c` ON a.`id_ce_content` = c.`id_ce_content` AND c.`id_shop` = 1
WHERE (a.`id_ce_content` = 3) AND (b.`id_shop` = 1) LIMIT 1 |
0.410
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/creativeelements/classes/CEContent.php:47 (__construct)
/modules/creativeelements/classes/wrappers/Post.php:102 (__construct)
/modules/creativeelements/classes/wrappers/Post.php:147 (getInstance)
/modules/creativeelements/core/documents-manager.php:200 (CE\get_post)
/modules/creativeelements/core/documents-manager.php:254 (get)
/modules/creativeelements/includes/frontend.php:841 (getDocForFrontend)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_20790307066839f7c68f72d7_25988310)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c691c701_38558862)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ef/99/59/ef9959d4e454228eca0eba141e4f76f2660caac4_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c68eb883_54138814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 *
FROM `ps_currency` a
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.408
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1089 (__construct)
/classes/Tools.php:690 (getCurrencyInstance)
/classes/controller/FrontController.php:368 (setCurrency)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
436 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 4740 AND id_shop=1 LIMIT 1 |
0.408
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
288 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 8325) |
0.407
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
351 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 20 LIMIT 1 |
0.407
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
369 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 6940) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.407
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
392 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 6745) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.407
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
419 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 20 LIMIT 1 |
0.404
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
269 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 8556) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.404
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
497 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.403
ms
|
1 |
|
|
/classes/Category.php:1591
/override/classes/Link.php:117 (getParentsCategories)
/modules/arseopro/classes/ArSeoProUrls.php:189 (getCategoryLink)
/override/classes/controller/FrontController.php:153 (overrideUpdateQueryStringBaseUrl)
/classes/controller/ProductListingFrontController.php:513 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:517 (array_map)
/classes/controller/ProductListingFrontController.php:404 (getTemplateVarPagination)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
432 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 45
AND `active` = 1 LIMIT 1 |
0.401
ms
|
1 |
|
|
/classes/Manufacturer.php:316
/classes/Product.php:5669 (getNameById)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
558 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.401
ms
|
1 |
|
|
/classes/Category.php:1591
/override/classes/Link.php:117 (getParentsCategories)
/classes/Link.php:1217 (getCategoryLink)
/classes/Link.php:1498 (getLanguageLink)
/classes/Smarty/SmartyLazyRegister.php:81 (getUrlSmarty)
/var/cache/prod/smarty/compile/alysum/33/44/83/334483dcf47e21ec6548d4c3ad3c713bea491610_2.module.pkelementsviewstemplatespklanguages.tpl.php:63 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c5490ec5_30329449)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/pkelements/src/WidgetTemplate.php:46 (fetch)
/modules/pkelements/classes/WidgetPklanguages.php:192 (getTemplate)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/classes/CESmarty.php:157 (printElement)
/modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback)
/modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode)
/modules/creativeelements/core/base/document.php:693 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/13/37/b5/1337b5e3c4afe317596a5c3e180261999c2aa8dd_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_12631649446839f7d7dc1394_31992451)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/13/37/b5/1337b5e3c4afe317596a5c3e180261999c2aa8dd_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7efb1e2_58795470)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a3/e7/ee/a3e7ee6c6f3a8a903ced2f5668dd63145ef2919c_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7db7371_69671904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
50 |
SELECT SQL_NO_CACHE `id_category`
FROM `ps_category_shop`
WHERE `id_category` = 20
AND `id_shop` = 1 LIMIT 1 |
0.399
ms
|
1 |
|
|
/classes/Category.php:2450
/controllers/front/listing/CategoryController.php:83 (existsInShop)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
211 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 8764 AND id_shop=1 LIMIT 1 |
0.398
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
51 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM ps_category_group ctg
WHERE ctg.`id_category` = 20 AND ctg.`id_group` = 1 LIMIT 1 |
0.396
ms
|
1 |
|
|
/classes/Category.php:1754
/controllers/front/listing/CategoryController.php:90 (checkAccess)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
499 |
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` = 3 AND cl.id_shop = 1 ) WHERE c.`id_category` = 20 LIMIT 1 |
0.396
ms
|
1 |
|
|
/classes/Category.php:1585
/override/classes/Link.php:117 (getParentsCategories)
/modules/arseopro/classes/ArSeoProUrls.php:189 (getCategoryLink)
/override/classes/controller/FrontController.php:153 (overrideUpdateQueryStringBaseUrl)
/classes/controller/ProductListingFrontController.php:513 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:517 (array_map)
/classes/controller/ProductListingFrontController.php:404 (getTemplateVarPagination)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
319 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 36
AND `active` = 1 LIMIT 1 |
0.394
ms
|
1 |
|
|
/classes/Manufacturer.php:316
/classes/Product.php:5669 (getNameById)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
403 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 6744) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.393
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
387 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 6745
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.392
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
402 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 6744 AND `id_group` = 1 LIMIT 1 |
0.391
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
90 |
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` = 125) LIMIT 1 |
0.390
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)
/override/classes/controller/FrontController.php:62 (getTemplateVarShop)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
457 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 2875) |
0.389
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
433 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 4740
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.388
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
460 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2875) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.385
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
647 |
SELECT SQL_NO_CACHE *
FROM `ps_hook` a
WHERE (a.`id_hook` = 684) LIMIT 1 |
0.384
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:64 (__construct)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1788 (_registerControls)
/modules/creativeelements/includes/base/widget-base.php:844 (initControls)
/modules/creativeelements/includes/base/controls-stack.php:458 (initControls)
/modules/creativeelements/includes/base/widget-base.php:169 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:250 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1826 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:966 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1679 (getData)
/modules/creativeelements/core/base/base-object.php:136 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:44 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:785 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:799 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:509 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/classes/CESmarty.php:157 (printElement)
/modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback)
/modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode)
/modules/creativeelements/core/base/document.php:693 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_20790307066839f7c68f72d7_25988310)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c691c701_38558862)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ef/99/59/ef9959d4e454228eca0eba141e4f76f2660caac4_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c68eb883_54138814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
228 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 20 LIMIT 1 |
0.384
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
385 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 20 LIMIT 1 |
0.382
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
108 |
SELECT SQL_NO_CACHE `id_category`
FROM `ps_category_shop`
WHERE `id_category` = 20
AND `id_shop` = 1 LIMIT 1 |
0.381
ms
|
1 |
|
|
/classes/Category.php:2450
/controllers/front/listing/CategoryController.php:133 (existsInShop)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
373 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 20 LIMIT 1 |
0.380
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
345 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 7156 AND id_shop=1 LIMIT 1 |
0.379
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
634 |
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 16) LIMIT 1 |
0.376
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1788 (_registerControls)
/modules/creativeelements/includes/base/widget-base.php:844 (initControls)
/modules/creativeelements/includes/base/controls-stack.php:458 (initControls)
/modules/creativeelements/includes/base/widget-base.php:169 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:250 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1826 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:966 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1679 (getData)
/modules/creativeelements/core/base/base-object.php:136 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:44 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:785 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:799 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:509 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/classes/CESmarty.php:157 (printElement)
/modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback)
/modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode)
/modules/creativeelements/core/base/document.php:693 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_20790307066839f7c68f72d7_25988310)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c691c701_38558862)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ef/99/59/ef9959d4e454228eca0eba141e4f76f2660caac4_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c68eb883_54138814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
115 |
SELECT SQL_NO_CACHE data FROM ps_layered_filter_block WHERE hash="e43ea5a107a8a55baaaca10431bda8e4" LIMIT 1 |
0.375
ms
|
1 |
|
|
/modules/ps_facetedsearch/src/Filters/Block.php:186
/modules/ps_facetedsearch/src/Product/SearchProvider.php:210 (getFromCache)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
442 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 20 LIMIT 1 |
0.375
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
340 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 20 LIMIT 1 |
0.374
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
391 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 6745 AND `id_group` = 1 LIMIT 1 |
0.374
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
655 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 193 AND `id_shop` = 1 LIMIT 1 |
0.374
ms
|
1 |
|
|
/classes/module/Module.php:2137
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:225 (isEnabled)
/modules/pkthemesettings/src/Config/Config.php:23 (getSmartyConfig)
/modules/pkelements/src/Hooks/DisplayBeforeBodyClosingTag.php:58 (get)
/modules/pkelements/pkelements.php:148 (init)
/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/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:185 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:71 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 4740 AND `id_group` = 1 LIMIT 1 |
0.372
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
376 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 6761
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.370
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
645 |
SELECT SQL_NO_CACHE *
FROM `ps_link_block` a
LEFT JOIN `ps_link_block_shop` `c` ON a.`id_link_block` = c.`id_link_block` AND c.`id_shop` = 1
WHERE (a.`id_link_block` = 12) LIMIT 1 |
0.370
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Model/LinkBlock.php:80 (__construct)
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91 (__construct)
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1788 (_registerControls)
/modules/creativeelements/includes/base/widget-base.php:844 (initControls)
/modules/creativeelements/includes/base/controls-stack.php:458 (initControls)
/modules/creativeelements/includes/base/widget-base.php:169 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:250 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1826 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:966 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1679 (getData)
/modules/creativeelements/core/base/base-object.php:136 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:44 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:785 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:799 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:509 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/classes/CESmarty.php:157 (printElement)
/modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback)
/modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode)
/modules/creativeelements/core/base/document.php:693 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_20790307066839f7c68f72d7_25988310)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c691c701_38558862)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ef/99/59/ef9959d4e454228eca0eba141e4f76f2660caac4_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c68eb883_54138814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 6004 AND `id_group` = 1 LIMIT 1 |
0.369
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
264 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 8556
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.367
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
390 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 6745 AND id_shop=1 LIMIT 1 |
0.367
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
286 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 8325
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.367
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
39 |
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 1 |
0.365
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1089 (__construct)
/classes/Tools.php:690 (getCurrencyInstance)
/classes/controller/FrontController.php:368 (setCurrency)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
61 |
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` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 20 LIMIT 1 |
0.364
ms
|
1 |
|
|
/classes/Category.php:1585
/override/classes/Link.php:117 (getParentsCategories)
/classes/Link.php:1217 (getCategoryLink)
/classes/controller/FrontController.php:2180 (getLanguageLink)
/classes/controller/FrontController.php:1620 (getAlternativeLangsUrl)
/override/classes/controller/FrontController.php:74 (getTemplateVarUrls)
/classes/controller/FrontController.php:1753 (getTemplateVarUrls)
/override/classes/controller/FrontController.php:62 (getTemplateVarShop)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
658 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.364
ms
|
1 |
|
|
/classes/Category.php:1591
/override/classes/Link.php:117 (getParentsCategories)
/controllers/front/listing/CategoryController.php:251 (getCategoryLink)
/modules/arseopro/arseopro.php:304 (getBreadcrumbLinks)
/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/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:185 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:71 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 8 AND cl.id_shop = 1 ) WHERE c.`id_category` = 20 LIMIT 1 |
0.362
ms
|
1 |
|
|
/classes/Category.php:1585
/override/classes/Link.php:117 (getParentsCategories)
/classes/Link.php:1217 (getCategoryLink)
/classes/controller/FrontController.php:2180 (getLanguageLink)
/classes/controller/FrontController.php:1620 (getAlternativeLangsUrl)
/override/classes/controller/FrontController.php:74 (getTemplateVarUrls)
/classes/controller/FrontController.php:1753 (getTemplateVarUrls)
/override/classes/controller/FrontController.php:62 (getTemplateVarShop)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
87 |
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.362
ms
|
8 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:381 (getImagesTypes)
/classes/controller/FrontController.php:1627 (getNoPictureImage)
/override/classes/controller/FrontController.php:74 (getTemplateVarUrls)
/classes/controller/FrontController.php:1753 (getTemplateVarUrls)
/override/classes/controller/FrontController.php:62 (getTemplateVarShop)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
458 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2875 AND id_shop=1 LIMIT 1 |
0.362
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
453 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 20 LIMIT 1 |
0.359
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
223 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 8723 AND `id_group` = 1 LIMIT 1 |
0.357
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
263 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 49
AND `active` = 1 LIMIT 1 |
0.356
ms
|
1 |
|
|
/classes/Manufacturer.php:316
/classes/Product.php:5669 (getNameById)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
320 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 7193
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.356
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
85 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.354
ms
|
1 |
|
|
/classes/Category.php:1591
/override/classes/Link.php:117 (getParentsCategories)
/classes/Link.php:1217 (getCategoryLink)
/classes/controller/FrontController.php:2180 (getLanguageLink)
/classes/controller/FrontController.php:1620 (getAlternativeLangsUrl)
/override/classes/controller/FrontController.php:74 (getTemplateVarUrls)
/classes/controller/FrontController.php:1753 (getTemplateVarUrls)
/override/classes/controller/FrontController.php:62 (getTemplateVarShop)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
98 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.353
ms
|
1 |
|
|
/classes/Category.php:1591
/override/classes/Link.php:117 (getParentsCategories)
/controllers/front/listing/CategoryController.php:259 (getCategoryLink)
/classes/controller/FrontController.php:1876 (getBreadcrumbLinks)
/classes/controller/FrontController.php:568 (getBreadcrumb)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
563 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.353
ms
|
1 |
|
|
/classes/Category.php:1591
/override/classes/Link.php:117 (getParentsCategories)
/classes/Link.php:1217 (getCategoryLink)
/classes/Link.php:1498 (getLanguageLink)
/classes/Smarty/SmartyLazyRegister.php:81 (getUrlSmarty)
/var/cache/prod/smarty/compile/alysum/33/44/83/334483dcf47e21ec6548d4c3ad3c713bea491610_2.module.pkelementsviewstemplatespklanguages.tpl.php:63 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c5490ec5_30329449)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/pkelements/src/WidgetTemplate.php:46 (fetch)
/modules/pkelements/classes/WidgetPklanguages.php:192 (getTemplate)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/classes/CESmarty.php:157 (printElement)
/modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback)
/modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode)
/modules/creativeelements/core/base/document.php:693 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/13/37/b5/1337b5e3c4afe317596a5c3e180261999c2aa8dd_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_12631649446839f7d7dc1394_31992451)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/13/37/b5/1337b5e3c4afe317596a5c3e180261999c2aa8dd_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7efb1e2_58795470)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a3/e7/ee/a3e7ee6c6f3a8a903ced2f5668dd63145ef2919c_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7db7371_69671904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 8268 AND `id_group` = 1 LIMIT 1 |
0.351
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
284 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 20 LIMIT 1 |
0.350
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
494 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.350
ms
|
1 |
|
|
/classes/Category.php:1591
/override/classes/Link.php:117 (getParentsCategories)
/modules/arseopro/classes/ArSeoProUrls.php:189 (getCategoryLink)
/override/classes/controller/FrontController.php:153 (overrideUpdateQueryStringBaseUrl)
/classes/controller/ProductListingFrontController.php:513 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:517 (array_map)
/classes/controller/ProductListingFrontController.php:404 (getTemplateVarPagination)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
261 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 20 LIMIT 1 |
0.348
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
91 |
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 125 |
0.348
ms
|
6 |
|
|
/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)
/override/classes/controller/FrontController.php:62 (getTemplateVarShop)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
67 |
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` = 2 AND cl.id_shop = 1 ) WHERE c.`id_category` = 20 LIMIT 1 |
0.347
ms
|
1 |
|
|
/classes/Category.php:1585
/override/classes/Link.php:117 (getParentsCategories)
/classes/Link.php:1217 (getCategoryLink)
/classes/controller/FrontController.php:2180 (getLanguageLink)
/classes/controller/FrontController.php:1620 (getAlternativeLangsUrl)
/override/classes/controller/FrontController.php:74 (getTemplateVarUrls)
/classes/controller/FrontController.php:1753 (getTemplateVarUrls)
/override/classes/controller/FrontController.php:62 (getTemplateVarShop)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
455 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 2875
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.346
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
88 |
SELECT SQL_NO_CACHE format
FROM `ps_address_format`
WHERE `id_country` = 125 LIMIT 1 |
0.345
ms
|
1 |
|
|
/classes/AddressFormat.php:656
/classes/AddressFormat.php:630 (getFormatDB)
/classes/AddressFormat.php:615 (getFormat)
/classes/AddressFormat.php:562 (getAddressCountryFormat)
/classes/AddressFormat.php:438 (getOrderedAddressFields)
/classes/controller/FrontController.php:1773 (generateAddress)
/override/classes/controller/FrontController.php:62 (getTemplateVarShop)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
410 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 6004
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.343
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
103 |
SELECT SQL_NO_CACHE * FROM `ps_arseopro_canonical_category` WHERE `id_category`=20 AND `id_lang`=3 AND `id_shop` = 1 LIMIT 1 |
0.341
ms
|
0 |
|
|
/modules/arseopro/classes/canonical/ArSeoProCanonicalCategory.php:50
/modules/arseopro/classes/ArSeoProCanonical.php:172 (getCanonicalURLByIdLang)
/modules/arseopro/arseopro.php:267 (getCanonicalData)
/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/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
459 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2875 AND `id_group` = 1 LIMIT 1 |
0.339
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
424 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 5984 AND id_shop=1 LIMIT 1 |
0.337
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
375 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 40
AND `active` = 1 LIMIT 1 |
0.335
ms
|
1 |
|
|
/classes/Manufacturer.php:316
/classes/Product.php:5669 (getNameById)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
553 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.335
ms
|
1 |
|
|
/classes/Category.php:1591
/override/classes/Link.php:117 (getParentsCategories)
/classes/Link.php:1217 (getCategoryLink)
/classes/Link.php:1498 (getLanguageLink)
/classes/Smarty/SmartyLazyRegister.php:81 (getUrlSmarty)
/var/cache/prod/smarty/compile/alysum/33/44/83/334483dcf47e21ec6548d4c3ad3c713bea491610_2.module.pkelementsviewstemplatespklanguages.tpl.php:63 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c5490ec5_30329449)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/pkelements/src/WidgetTemplate.php:46 (fetch)
/modules/pkelements/classes/WidgetPklanguages.php:192 (getTemplate)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/classes/CESmarty.php:157 (printElement)
/modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback)
/modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode)
/modules/creativeelements/core/base/document.php:693 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/13/37/b5/1337b5e3c4afe317596a5c3e180261999c2aa8dd_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_12631649446839f7d7dc1394_31992451)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/13/37/b5/1337b5e3c4afe317596a5c3e180261999c2aa8dd_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7efb1e2_58795470)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a3/e7/ee/a3e7ee6c6f3a8a903ced2f5668dd63145ef2919c_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7db7371_69671904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.334
ms
|
1 |
|
|
/classes/Category.php:1591
/override/classes/Link.php:117 (getParentsCategories)
/classes/Link.php:1217 (getCategoryLink)
/classes/Link.php:1498 (getLanguageLink)
/classes/Smarty/SmartyLazyRegister.php:81 (getUrlSmarty)
/var/cache/prod/smarty/compile/alysum/33/44/83/334483dcf47e21ec6548d4c3ad3c713bea491610_2.module.pkelementsviewstemplatespklanguages.tpl.php:63 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c5490ec5_30329449)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/pkelements/src/WidgetTemplate.php:46 (fetch)
/modules/pkelements/classes/WidgetPklanguages.php:192 (getTemplate)
/modules/creativeelements/includes/base/widget-base.php:514 (render)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/classes/CESmarty.php:157 (printElement)
/modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback)
/modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode)
/modules/creativeelements/core/base/document.php:693 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/13/37/b5/1337b5e3c4afe317596a5c3e180261999c2aa8dd_2.file.header.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_12631649446839f7d7dc1394_31992451)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/13/37/b5/1337b5e3c4afe317596a5c3e180261999c2aa8dd_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7efb1e2_58795470)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a3/e7/ee/a3e7ee6c6f3a8a903ced2f5668dd63145ef2919c_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7db7371_69671904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 20 LIMIT 1 |
0.332
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
368 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 6940 AND `id_group` = 1 LIMIT 1 |
0.330
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
73 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.329
ms
|
1 |
|
|
/classes/Category.php:1591
/override/classes/Link.php:117 (getParentsCategories)
/classes/Link.php:1217 (getCategoryLink)
/classes/controller/FrontController.php:2180 (getLanguageLink)
/classes/controller/FrontController.php:1620 (getAlternativeLangsUrl)
/override/classes/controller/FrontController.php:74 (getTemplateVarUrls)
/classes/controller/FrontController.php:1753 (getTemplateVarUrls)
/override/classes/controller/FrontController.php:62 (getTemplateVarShop)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
661 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.328
ms
|
1 |
|
|
/classes/Category.php:1591
/override/classes/Link.php:117 (getParentsCategories)
/controllers/front/listing/CategoryController.php:259 (getCategoryLink)
/modules/arseopro/arseopro.php:304 (getBreadcrumbLinks)
/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/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:185 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:71 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 20 LIMIT 1 |
0.328
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
62 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.319
ms
|
1 |
|
|
/classes/Category.php:1591
/override/classes/Link.php:117 (getParentsCategories)
/classes/Link.php:1217 (getCategoryLink)
/classes/controller/FrontController.php:2180 (getLanguageLink)
/classes/controller/FrontController.php:1620 (getAlternativeLangsUrl)
/override/classes/controller/FrontController.php:74 (getTemplateVarUrls)
/classes/controller/FrontController.php:1753 (getTemplateVarUrls)
/override/classes/controller/FrontController.php:62 (getTemplateVarShop)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
413 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 6004 AND id_shop=1 LIMIT 1 |
0.318
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
267 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 8556 AND id_shop=1 LIMIT 1 |
0.317
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
56 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.316
ms
|
1 |
|
|
/classes/Category.php:1591
/override/classes/Link.php:117 (getParentsCategories)
/controllers/front/listing/CategoryController.php:63 (getCategoryLink)
/classes/controller/FrontController.php:1819 (getCanonicalURL)
/controllers/front/listing/CategoryController.php:276 (getTemplateVarPage)
/classes/controller/FrontController.php:562 (getTemplateVarPage)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
648 |
SELECT SQL_NO_CACHE `id_hook` FROM ps_link_block |
0.313
ms
|
5 |
|
|
/modules/pkelements/classes/WidgetPklinks.php:468
/modules/pkelements/classes/WidgetPklinks.php:99 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1788 (_registerControls)
/modules/creativeelements/includes/base/widget-base.php:844 (initControls)
/modules/creativeelements/includes/base/controls-stack.php:458 (initControls)
/modules/creativeelements/includes/base/widget-base.php:169 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:250 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1826 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:966 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1679 (getData)
/modules/creativeelements/core/base/base-object.php:136 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:44 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:785 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:799 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:509 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:641 (renderContent)
/modules/creativeelements/includes/base/element-base.php:618 (_printContent)
/modules/creativeelements/classes/CESmarty.php:157 (printElement)
/modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback)
/modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode)
/modules/creativeelements/core/base/document.php:693 (printElements)
/modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:804 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:364 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:779 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:746 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_20790307066839f7c68f72d7_25988310)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/60/0f/8e/600f8eddc8f5d4dddeb9723836bf861cdc8d0bee_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c691c701_38558862)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ef/99/59/ef9959d4e454228eca0eba141e4f76f2660caac4_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7c68eb883_54138814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/fd/39/c6/fd39c677d746017a7abf5257ab5596e6dce94924_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_13477720396839f7d77575c1_17770412)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/28/b2/d7/28b2d7bb74c2c911757a1ae8be0e13e661af2c60_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d7633f70_59066301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/a8/30/2d/a8302d69826bbc113082a9a79d12bc2a867b34a9_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d761a2f7_07443694)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/c5/e6/71/c5e671ae43f8c5edb12437e9cb4f93f3f0c53323_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7d760b3f3_98313469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/d1/07/62/d1076253e98f336b629a480ed00772b8c7fbcabd_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e2008318_83272885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/2b/d2/27/2bd227887bbf3faf09aef40ccb8375d7be554688_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6839f7e1e037e5_56610807)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.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 id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 3
AND id_shop = 1 LIMIT 1 |
0.304
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/config/config.inc.php:216 (isAssociatedToShop)
/index.php:27 (require)
|
68 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.304
ms
|
1 |
|
|
/classes/Category.php:1591
/override/classes/Link.php:117 (getParentsCategories)
/classes/Link.php:1217 (getCategoryLink)
/classes/controller/FrontController.php:2180 (getLanguageLink)
/classes/controller/FrontController.php:1620 (getAlternativeLangsUrl)
/override/classes/controller/FrontController.php:74 (getTemplateVarUrls)
/classes/controller/FrontController.php:1753 (getTemplateVarUrls)
/override/classes/controller/FrontController.php:62 (getTemplateVarShop)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
425 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 5984 AND `id_group` = 1 LIMIT 1 |
0.304
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
500 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.302
ms
|
1 |
|
|
/classes/Category.php:1591
/override/classes/Link.php:117 (getParentsCategories)
/modules/arseopro/classes/ArSeoProUrls.php:189 (getCategoryLink)
/override/classes/controller/FrontController.php:153 (overrideUpdateQueryStringBaseUrl)
/classes/controller/ProductListingFrontController.php:513 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:517 (array_map)
/classes/controller/ProductListingFrontController.php:404 (getTemplateVarPagination)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
105 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.301
ms
|
1 |
|
|
/classes/Category.php:1591
/override/classes/Link.php:117 (getParentsCategories)
/modules/arseopro/classes/ArSeoProCanonical.php:97 (getCategoryLink)
/modules/arseopro/classes/ArSeoProCanonical.php:175 (getCanonicalURL)
/modules/arseopro/arseopro.php:267 (getCanonicalData)
/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/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
268 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 8556 AND `id_group` = 1 LIMIT 1 |
0.298
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
89 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 125 LIMIT 1 |
0.294
ms
|
1 |
|
|
/classes/Country.php:405
/classes/AddressFormat.php:634 (isNeedDniByCountryId)
/classes/AddressFormat.php:615 (getFormat)
/classes/AddressFormat.php:562 (getAddressCountryFormat)
/classes/AddressFormat.php:438 (getOrderedAddressFields)
/classes/controller/FrontController.php:1773 (generateAddress)
/override/classes/controller/FrontController.php:62 (getTemplateVarShop)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
40 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1 |
0.292
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/classes/Tools.php:699 (isAssociatedToShop)
/classes/controller/FrontController.php:368 (setCurrency)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|