1619 |
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) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND psales.quantity>0 GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature=14)) GROUP BY fp.id_feature_value |
539.510
ms
|
413592480 |
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:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1615 |
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) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND psales.quantity>0 GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature=3)) GROUP BY fp.id_feature_value |
382.116
ms
|
452982240 |
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:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1621 |
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) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND psales.quantity>0 GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature=12)) GROUP BY fp.id_feature_value |
377.259
ms
|
311835600 |
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:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1618 |
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) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND psales.quantity>0 GROUP BY p.id_product) p GROUP BY p.id_manufacturer |
371.078
ms
|
164452248 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:661 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:146 (getManufacturersBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1609 |
SELECT SQL_NO_CACHE p.id_product 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) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND psales.quantity>0 GROUP BY p.id_product) p LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) GROUP BY p.id_product ORDER BY psales.quantity DESC, p.id_product DESC |
342.876
ms
|
164452248 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Filters/Products.php:87 (execute)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:186 (getProductByFilters)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1613 |
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) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND psales.quantity>0 GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature=2)) GROUP BY fp.id_feature_value |
309.981
ms
|
469394640 |
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:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1612 |
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) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND psales.quantity>0 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) WHERE cg.id_group='1' AND c.nleft>2 AND c.nright<251 GROUP BY cp.id_category |
285.364
ms
|
493356744 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:992 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:158 (getCategoriesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1623 |
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 = 10) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND psales.quantity>0 |
51.657
ms
|
2328 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:57 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:250 (getMinMaxPriceValue)
/modules/ps_facetedsearch/src/Filters/Block.php:131 (getPriceRangeBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1620 |
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 |
35.079
ms
|
20 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:194
/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:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1597 |
SELECT SQL_NO_CACHE * FROM ps_messenger_button_params |
21.510
ms
|
1 |
|
|
/modules/messengerbutton/messengerbutton.php:513
/modules/messengerbutton/messengerbutton.php:267 (getParams)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
26 |
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 |
8.525
ms
|
138 |
Yes
|
|
/classes/Dispatcher.php:654
/classes/Dispatcher.php:243 (loadRoutes)
/override/classes/Dispatcher.php:48 (__construct)
/classes/Dispatcher.php:201 (__construct)
/index.php:31 (getInstance)
|
2 |
SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
FROM `ps_configuration` c
LEFT JOIN `ps_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
8.150
ms
|
3927 |
|
|
/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:30 (require)
|
2319 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1122) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
7.721
ms
|
15 |
Yes
|
|
/classes/Product.php:4496
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:45 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1587 |
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
7.358
ms
|
8 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:381 (getImagesTypes)
/classes/controller/FrontController.php:1609 (getNoPictureImage)
/classes/controller/FrontController.php:1735 (getTemplateVarUrls)
/classes/controller/FrontController.php:544 (getTemplateVarShop)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1876 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 976) |
6.699
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
82 |
SELECT SQL_NO_CACHE `id_country`
FROM `ps_address`
WHERE `id_customer` = 0
AND `deleted` = 0 |
6.257
ms
|
1501 |
|
|
/classes/CartRule.php:482
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2324 |
SELECT SQL_NO_CACHE * FROM `ps_hbp_block` AS a INNER JOIN `ps_hbp_block_lang` AS b ON a.id=b.id WHERE a.hook="categorybottom" AND active=1 AND b.id_lang=3 ORDER BY a.position |
6.213
ms
|
105 |
Yes
|
|
/modules/htmlboxpro/htmlboxpro.php:724
/modules/htmlboxpro/htmlboxpro.php:3214 (get_blocks)
/modules/htmlboxpro/htmlboxpro.php:3409 (generateHookContents)
/classes/Hook.php:1043 (hookcategorybottom)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:243 (exec)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
951 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
5.496
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
84 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
5.241
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
803 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
5.070
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
434 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
4.771
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2040 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 104
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
4.691
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
20 |
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` |
4.584
ms
|
2040 |
Yes
|
Yes
|
/classes/Hook.php:1233
/classes/Hook.php:735 (getAllHookRegistrations)
/classes/Hook.php:842 (getHookModuleExecList)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/override/classes/Dispatcher.php:48 (__construct)
/classes/Dispatcher.php:201 (__construct)
/index.php:31 (getInstance)
|
27 |
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "module-ets_seo-sitemap"
OR m.page = "moduleets_seositemap"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
4.273
ms
|
2 |
|
|
/classes/Meta.php:184
/modules/ets_seo/classes/dispatcher/EtsSeoDispatcher.php:783 (getMetaByPage)
/modules/ets_seo/classes/dispatcher/EtsSeoDispatcher.php:754 (mergeSitemapRoute)
/override/classes/Dispatcher.php:49 (mergeRssRoute)
/classes/Dispatcher.php:201 (__construct)
/index.php:31 (getInstance)
|
1624 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2024-11-16 00:00:00',
INTERVAL 60 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 (1118,713,621,1260,925,600,575,1136,972,801,598,581,1039,792,1156,1122,1031,976) |
4.210
ms
|
18 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:203 (addMissingProductFieldsForMultipleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2039 |
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` = 104) AND (b.`id_shop` = 1) LIMIT 1 |
4.203
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2257 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 600) AND (id_product_attribute = 157337) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
4.148
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd4b1223_09691187)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
306 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
4.047
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1546 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
3.937
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
810 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
3.936
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1317 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
3.936
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1798 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 581) |
3.920
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
85 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
3.913
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
415 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 8 LIMIT 1 |
3.907
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1124 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
3.889
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1035 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
3.796
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1725 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 157334) LIMIT 1 |
3.784
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5893 (__construct)
/classes/Product.php:5856 (computeUnitPriceRatio)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2110 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 82
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
3.724
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
947 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
3.713
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
791 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
3.698
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2108 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 28
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
3.671
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1825 |
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 = 792
ORDER BY f.position ASC |
3.661
ms
|
7 |
Yes
|
|
/classes/Product.php:5994
/classes/Product.php:5805 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1799 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 581 AND id_shop=1 LIMIT 1 |
3.647
ms
|
1 |
|
|
/classes/Product.php:6854
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
692 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
3.580
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
296 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
3.558
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2235 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 621) AND (id_product_attribute = 155970) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
3.518
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd4b1223_09691187)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1948 |
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` = 1) AND (b.`id_shop` = 1) LIMIT 1 |
3.506
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1115 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
3.462
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
870 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
3.392
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1841 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 3)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 1156
AND pac.`id_product_attribute` = 152231
AND agl.`id_lang` = 3 |
3.362
ms
|
1 |
|
|
/classes/Product.php:7497
/classes/Product.php:5838 (getAttributesParams)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1797 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 581 LIMIT 1 |
3.351
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2254 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pac.id_product_attribute IN (157334,157335,157336,157337,157338,157339,157340)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
3.253
ms
|
7 |
|
|
/classes/Product.php:2746
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd4b1223_09691187)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1608 |
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 |
3.241
ms
|
13 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:159
/modules/ps_facetedsearch/src/Filters/Converter.php:388 (getFeatures)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:163 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2318 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1122) AND (id_product_attribute = 162518) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
3.233
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd4b1223_09691187)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1434 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
3.231
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1325 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
3.221
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1826 |
SELECT SQL_NO_CACHE *
FROM ps_product_attachment pa
LEFT JOIN ps_attachment a ON a.id_attachment = pa.id_attachment
LEFT JOIN ps_attachment_lang al ON (a.id_attachment = al.id_attachment AND al.id_lang = 3)
WHERE pa.id_product = 792 |
3.217
ms
|
1 |
|
|
/classes/Product.php:6028
/classes/Product.php:5816 (getAttachmentsStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1545 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
3.118
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
416 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
3.059
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1946 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "cp_blocksearch" LIMIT 1 |
3.037
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1634 |
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.006
ms
|
0 |
|
|
/classes/Hook.php:1292
/classes/Hook.php:225 (getAllHookIds)
/classes/tax/TaxManagerFactory.php:67 (getIdByName)
/classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory)
/classes/Product.php:3925 (getManager)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
668 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
2.976
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2220 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1118) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
2.975
ms
|
15 |
Yes
|
|
/classes/Product.php:4496
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:45 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
86 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
2.942
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2237 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (621) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
2.942
ms
|
21 |
Yes
|
|
/classes/Product.php:4496
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:45 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
77 |
SELECT SQL_NO_CACHE `id_country`
FROM `ps_address`
WHERE `id_customer` = 0
AND `deleted` = 0 |
2.918
ms
|
1501 |
|
|
/classes/CartRule.php:482
/classes/Cart.php:3014 (getCustomerCartRules)
/classes/Cart.php:3405 (getDeliveryOptionList)
/classes/Cart.php:3478 (getDeliveryOption)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2173 (processCalculation)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1635 |
SELECT SQL_NO_CACHE h.id_hook, h.name as h_name, title, description, h.position, hm.position as hm_position, m.id_module, m.name, m.active
FROM `ps_hook_module` hm
STRAIGHT_JOIN `ps_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `ps_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position |
2.900
ms
|
550 |
|
|
/classes/Hook.php:452
/classes/Hook.php:493 (getHookModuleList)
/classes/tax/TaxManagerFactory.php:67 (getModulesFromHook)
/classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory)
/classes/Product.php:3925 (getManager)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1117 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
2.889
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2109 |
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` = 82) AND (b.`id_shop` = 1) LIMIT 1 |
2.833
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
412 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
2.818
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
28 |
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "module-ets_seo-sitemap"
OR m.page = "moduleets_seositemap"
)
AND ml.id_lang = 2
AND ml.id_shop = 1 LIMIT 1 |
2.810
ms
|
2 |
|
|
/classes/Meta.php:184
/modules/ets_seo/classes/dispatcher/EtsSeoDispatcher.php:783 (getMetaByPage)
/modules/ets_seo/classes/dispatcher/EtsSeoDispatcher.php:754 (mergeSitemapRoute)
/override/classes/Dispatcher.php:49 (mergeRssRoute)
/classes/Dispatcher.php:201 (__construct)
/index.php:31 (getInstance)
|
869 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
2.797
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2224 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (713) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
2.777
ms
|
3 |
Yes
|
|
/classes/Product.php:4496
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:45 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1611 |
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 |
2.774
ms
|
126 |
Yes
|
|
/classes/Category.php:710
/modules/ps_facetedsearch/src/Filters/Block.php:979 (getAllCategoriesName)
/modules/ps_facetedsearch/src/Filters/Block.php:158 (getCategoriesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1661 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 713 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 713 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
2.764
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5780 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2298 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (792) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
2.744
ms
|
3 |
Yes
|
|
/classes/Product.php:4496
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:45 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2041 |
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` = 105) AND (b.`id_shop` = 1) LIMIT 1 |
2.736
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1730 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 575) AND (b.`id_shop` = 1) LIMIT 1 |
2.732
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:16 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5643 (getProductLink)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
841 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
2.731
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2194 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 73 AND `id_shop` = 1 LIMIT 1 |
2.730
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2308 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1156) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
2.698
ms
|
15 |
Yes
|
|
/classes/Product.php:4496
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:45 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
304 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
2.660
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
405 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
2.630
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1116 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
2.628
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1721 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 157334
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 600 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 157334
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 600 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
2.580
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5791 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
946 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 17 LIMIT 1 |
2.579
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2295 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1039) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
2.566
ms
|
3 |
Yes
|
|
/classes/Product.php:4496
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:45 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1654 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 82 LIMIT 1 |
2.563
ms
|
1 |
|
|
/classes/Product.php:5642
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
15 |
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 |
2.555
ms
|
3 |
|
|
/classes/Language.php:1214
/classes/Language.php:1513 (countActiveLanguages)
/classes/Dispatcher.php:531 (isMultiLanguageActivated)
/override/classes/Dispatcher.php:293 (setRequestUri)
/classes/Dispatcher.php:232 (setRequestUri)
/override/classes/Dispatcher.php:48 (__construct)
/classes/Dispatcher.php:201 (__construct)
/index.php:31 (getInstance)
|
1648 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 3)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 1118
AND pac.`id_product_attribute` = 162494
AND agl.`id_lang` = 3 |
2.550
ms
|
1 |
|
|
/classes/Product.php:7497
/classes/Product.php:5838 (getAttributesParams)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2044 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 106
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
2.549
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2107 |
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` = 28) AND (b.`id_shop` = 1) LIMIT 1 |
2.508
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1038 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
2.487
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1719 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 600 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 600 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
2.485
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5780 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
194 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
2.454
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1643 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1118 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1118 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
2.423
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5780 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
948 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
2.408
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1002 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
2.391
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2258 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 600) AND (id_product_attribute = 157338) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
2.383
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd4b1223_09691187)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1106 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
2.373
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (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 |
2.345
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:30 (require)
|
1947 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 72 AND `id_shop` = 1 LIMIT 1 |
2.298
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1877 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 976 AND id_shop=1 LIMIT 1 |
2.281
ms
|
1 |
|
|
/classes/Product.php:6854
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1724 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 3)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 600
AND pac.`id_product_attribute` = 157334
AND agl.`id_lang` = 3 |
2.280
ms
|
1 |
|
|
/classes/Product.php:7497
/classes/Product.php:5838 (getAttributesParams)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2273 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1136) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
2.277
ms
|
15 |
Yes
|
|
/classes/Product.php:4496
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:45 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2290 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (598) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
2.266
ms
|
21 |
Yes
|
|
/classes/Product.php:4496
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:45 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1169 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
2.261
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
695 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
2.254
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2277 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (801) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
2.250
ms
|
3 |
Yes
|
|
/classes/Product.php:4496
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:45 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2263 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (575) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
2.241
ms
|
3 |
Yes
|
|
/classes/Product.php:4496
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:45 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1764 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 972 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 972 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
2.237
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5780 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1607 |
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM ps_layered_category
WHERE controller = 'best-sales'
AND id_category = 0
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC |
2.224
ms
|
35 |
Yes
|
Yes
|
/modules/ps_facetedsearch/src/Filters/Provider.php:57
/modules/ps_facetedsearch/src/Filters/Converter.php:263 (getFiltersForQuery)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:163 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
413 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
2.217
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
895 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
2.217
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2215 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pac.id_product_attribute IN (162494,162495,162496,162497,162498)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
2.195
ms
|
5 |
|
|
/classes/Product.php:2746
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd4b1223_09691187)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
361 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
2.192
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
557 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
2.168
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
757 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 8 LIMIT 1 |
2.166
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
981 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
2.139
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1880 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 976 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 976 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
2.138
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5780 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1662 |
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 = 713
ORDER BY f.position ASC |
2.136
ms
|
1 |
Yes
|
|
/classes/Product.php:5994
/classes/Product.php:5805 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1017 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
2.135
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1747 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1136 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1136 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
2.120
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5780 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
38 |
SELECT SQL_NO_CACHE pl.`id_product`
FROM `ps_product_lang` pl
JOIN `ps_product` p ON (p.`id_product` = pl.`id_product`)
JOIN `ps_product_shop` ps ON (ps.`id_product` = pl.`id_product` AND ps.`id_shop` = 1)
WHERE pl.`link_rewrite`='migliori-vendite' AND pl.id_shop=1 AND pl.id_lang=3 LIMIT 1 |
2.106
ms
|
1 |
|
|
/modules/ets_seo/classes/dispatcher/EtsSeoDispatcher.php:324
/modules/ets_seo/classes/dispatcher/EtsSeoDispatcher.php:577 (getProductIdBySlug)
/override/classes/Dispatcher.php:71 (getController)
/override/classes/Dispatcher.php:116 (getController)
/modules/ets_seo/classes/dispatcher/EtsSeoDispatcher.php:717 (getControllerChecking)
/override/classes/Dispatcher.php:71 (getController)
/classes/Dispatcher.php:346 (getController)
/index.php:31 (dispatch)
|
1727 |
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` = 575
AND image_shop.`cover` = 1 LIMIT 1 |
2.082
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5626 (getCover)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2246 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1260) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
2.079
ms
|
6 |
Yes
|
|
/classes/Product.php:4496
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:45 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2253 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 600
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
2.068
ms
|
7 |
Yes
|
Yes
|
/classes/Product.php:2731
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd4b1223_09691187)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
933 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
2.063
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2255 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 600) AND (id_product_attribute = 157335) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
2.061
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd4b1223_09691187)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1749 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 152182
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1136 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 152182
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1136 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
2.047
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5791 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2261 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (600) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
2.032
ms
|
21 |
Yes
|
|
/classes/Product.php:4496
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:45 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2229 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 621
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
2.029
ms
|
7 |
Yes
|
Yes
|
/classes/Product.php:2731
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd4b1223_09691187)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1709 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 925 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 925 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
2.014
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5780 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2236 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 621) AND (id_product_attribute = 155971) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.997
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd4b1223_09691187)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1678 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 3)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 621
AND pac.`id_product_attribute` = 155965
AND agl.`id_lang` = 3 |
1.996
ms
|
1 |
|
|
/classes/Product.php:7497
/classes/Product.php:5838 (getAttributesParams)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1673 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 621 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 621 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.996
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5780 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1687 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1260 LIMIT 1 |
1.989
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1655 |
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` = 713) AND (b.`id_shop` = 1) LIMIT 1 |
1.980
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:16 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5643 (getProductLink)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2248 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (925) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
1.961
ms
|
3 |
Yes
|
|
/classes/Product.php:4496
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:45 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
813 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 8 LIMIT 1 |
1.956
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
417 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.939
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1775 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 801 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 801 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.938
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5780 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2321 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1031) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
1.925
ms
|
3 |
Yes
|
|
/classes/Product.php:4496
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:45 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1836 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1156 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1156 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.921
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5780 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
22 |
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ps_hook` |
1.916
ms
|
1099 |
|
|
/classes/Hook.php:1292
/classes/Hook.php:225 (getAllHookIds)
/classes/Hook.php:851 (getIdByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/override/classes/Dispatcher.php:48 (__construct)
/classes/Dispatcher.php:201 (__construct)
/index.php:31 (getInstance)
|
1752 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 3)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 1136
AND pac.`id_product_attribute` = 152182
AND agl.`id_lang` = 3 |
1.908
ms
|
1 |
|
|
/classes/Product.php:7497
/classes/Product.php:5838 (getAttributesParams)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
949 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.893
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
109 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.887
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
633 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.881
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
929 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.876
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1789 |
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 = 598
ORDER BY f.position ASC |
1.870
ms
|
1 |
Yes
|
|
/classes/Product.php:5994
/classes/Product.php:5805 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2275 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (972) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
1.866
ms
|
3 |
Yes
|
|
/classes/Product.php:4496
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:45 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
923 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.860
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2323 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (976) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
1.848
ms
|
3 |
Yes
|
|
/classes/Product.php:4496
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:45 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
927 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.847
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1616 |
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` = 3 ORDER BY vl.`value` ASC |
1.844
ms
|
24 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:194
/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:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1595 |
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 3
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 10) LIMIT 1 |
1.838
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/paypal/paypal.php:324 (__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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
924 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.833
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
37 |
SELECT SQL_NO_CACHE `id_meta`
FROM `ps_meta_lang`
WHERE `url_rewrite`='migliori-vendite' AND id_shop=1 AND id_lang=3 LIMIT 1 |
1.832
ms
|
2 |
|
|
/modules/ets_seo/classes/dispatcher/EtsSeoDispatcher.php:532
/modules/ets_seo/classes/dispatcher/EtsSeoDispatcher.php:559 (getMetaIdBySlug)
/override/classes/Dispatcher.php:71 (getController)
/override/classes/Dispatcher.php:116 (getController)
/modules/ets_seo/classes/dispatcher/EtsSeoDispatcher.php:717 (getControllerChecking)
/override/classes/Dispatcher.php:71 (getController)
/classes/Dispatcher.php:346 (getController)
/index.php:31 (dispatch)
|
2314 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pac.id_product_attribute IN (162514,162515,162516,162517,162518)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
1.831
ms
|
5 |
|
|
/classes/Product.php:2746
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd4b1223_09691187)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
759 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.815
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1675 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 155965
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 621 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 155965
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 621 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.814
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5791 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
839 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.810
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1771 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 801) |
1.809
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1102 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.808
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1838 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 152231
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1156 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 152231
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1156 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.795
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5791 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2082 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 32
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.788
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1814 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1039 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1039 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.783
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5780 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1034 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.776
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1705 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 925) |
1.773
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1710 |
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 = 925
ORDER BY f.position ASC |
1.771
ms
|
1 |
Yes
|
|
/classes/Product.php:5994
/classes/Product.php:5805 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2080 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 15
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.771
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
36 |
SELECT SQL_NO_CACHE cl.`id_category`
FROM `ps_category_lang` cl
JOIN `ps_category_shop` cs ON cl.id_category = cs.id_category
WHERE cl.`link_rewrite`='migliori-vendite' AND cl.id_shop=1 AND cs.id_shop=1 AND cl.id_lang=3 LIMIT 1 |
1.764
ms
|
1 |
|
|
/modules/ets_seo/classes/dispatcher/EtsSeoDispatcher.php:382
/modules/ets_seo/classes/dispatcher/EtsSeoDispatcher.php:600 (getCategoryIdBySlug)
/override/classes/Dispatcher.php:71 (getController)
/classes/Dispatcher.php:346 (getController)
/index.php:31 (dispatch)
|
455 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.764
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
6 |
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 10) LIMIT 1 |
1.764
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:30 (require)
|
19 |
SELECT SQL_NO_CACHE lower(name) as name
FROM `ps_hook` h
WHERE (h.active = 1) |
1.761
ms
|
1099 |
|
|
/classes/Hook.php:1332
/classes/Hook.php:811 (getHookStatusByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/override/classes/Dispatcher.php:48 (__construct)
/classes/Dispatcher.php:201 (__construct)
/index.php:31 (getInstance)
|
690 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.753
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2283 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pac.id_product_attribute IN (157327,157328,157329,157330,157331,157332,157333)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
1.752
ms
|
7 |
|
|
/classes/Product.php:2746
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd4b1223_09691187)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1765 |
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 = 972
ORDER BY f.position ASC |
1.746
ms
|
1 |
Yes
|
|
/classes/Product.php:5994
/classes/Product.php:5805 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1491 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.732
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1598 |
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "best-sales"
OR m.page = "bestsales"
)
AND ml.id_lang = 3
AND ml.id_shop = 1 LIMIT 1 |
1.725
ms
|
2 |
|
|
/classes/Meta.php:184
/classes/Meta.php:332 (getMetaByPage)
/classes/Meta.php:317 (getHomeMetas)
/classes/controller/FrontController.php:1772 (getMetaTags)
/modules/ets_seo/ets_seo.php:3231 (getTemplateVarPage)
/modules/ets_seo/ets_seo.php:2359 (getSeoMetaData)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2081 |
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` = 32) AND (b.`id_shop` = 1) LIMIT 1 |
1.722
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1656 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 713 LIMIT 1 |
1.721
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2292 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (581) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
1.719
ms
|
3 |
Yes
|
|
/classes/Product.php:4496
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:45 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
41 |
SELECT SQL_NO_CACHE m.page FROM `ps_meta` m
JOIN `ps_meta_lang` ml ON m.id_meta = ml.id_meta AND ml.id_lang=3 AND ml.id_shop=1
WHERE ml.url_rewrite='migliori-vendite' AND ml.id_lang=3 AND ml.id_shop=1 LIMIT 1 |
1.717
ms
|
2 |
|
|
/modules/ets_seo/classes/dispatcher/EtsSeoDispatcher.php:1117
/modules/ets_seo/classes/dispatcher/EtsSeoDispatcher.php:720 (getPageController)
/override/classes/Dispatcher.php:71 (getController)
/override/classes/Dispatcher.php:116 (getController)
/modules/ets_seo/classes/dispatcher/EtsSeoDispatcher.php:717 (getControllerChecking)
/override/classes/Dispatcher.php:71 (getController)
/override/classes/Dispatcher.php:116 (getController)
/modules/ets_seo/classes/dispatcher/EtsSeoDispatcher.php:717 (getControllerChecking)
/override/classes/Dispatcher.php:71 (getController)
/classes/Dispatcher.php:346 (getController)
/index.php:31 (dispatch)
|
2043 |
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` = 106) AND (b.`id_shop` = 1) LIMIT 1 |
1.716
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1949 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 1
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.714
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
195 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.712
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1051 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.711
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1614 |
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` = 2 ORDER BY vl.`value` ASC |
1.707
ms
|
2 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:194
/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:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
29 |
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "module-ets_seo-sitemap"
OR m.page = "moduleets_seositemap"
)
AND ml.id_lang = 3
AND ml.id_shop = 1 LIMIT 1 |
1.704
ms
|
2 |
|
|
/classes/Meta.php:184
/modules/ets_seo/classes/dispatcher/EtsSeoDispatcher.php:783 (getMetaByPage)
/modules/ets_seo/classes/dispatcher/EtsSeoDispatcher.php:754 (mergeSitemapRoute)
/override/classes/Dispatcher.php:49 (mergeRssRoute)
/classes/Dispatcher.php:201 (__construct)
/index.php:31 (getInstance)
|
1802 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 581 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 581 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.700
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5780 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
763 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.690
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
811 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.671
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1703 |
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` = 925) AND (b.`id_shop` = 1) LIMIT 1 |
1.669
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:16 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5643 (getProductLink)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
930 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.658
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
767 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.657
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
414 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.656
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1776 |
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 = 801
ORDER BY f.position ASC |
1.654
ms
|
1 |
Yes
|
|
/classes/Product.php:5994
/classes/Product.php:5805 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1824 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 792 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 792 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.654
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5780 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1617 |
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.653
ms
|
10 |
Yes
|
|
/classes/Manufacturer.php:201
/modules/ps_facetedsearch/src/Filters/Block.php:652 (getManufacturers)
/modules/ps_facetedsearch/src/Filters/Block.php:146 (getManufacturersBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1769 |
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` = 801) AND (b.`id_shop` = 1) LIMIT 1 |
1.653
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:16 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5643 (getProductLink)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2084 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 9
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.653
ms
|
8 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1131 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.648
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
328 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.641
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1713 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 157334 LIMIT 1 |
1.635
ms
|
1 |
|
|
/classes/Combination.php:560
/classes/Product.php:5661 (getPrice)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1622 |
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` = 12 ORDER BY vl.`value` ASC |
1.633
ms
|
3 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:194
/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:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1605 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 122 AND `id_shop` = 1 LIMIT 1 |
1.632
ms
|
1 |
|
|
/classes/module/Module.php:2109
/modules/payplug/src/application/adapter/ModuleAdapter.php:46 (isEnabled)
/modules/payplug/classes/ConfigClass.php:401 (isEnabled)
/modules/payplug/classes/HookClass.php:921 (isAllowed)
/modules/payplug/payplug.php:399 (displayHeader)
/classes/Hook.php:1043 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
156 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.624
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1192 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.621
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
756 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.619
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
894 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.617
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2197 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 92 AND `id_shop` = 1 LIMIT 1 |
1.616
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:212 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:78 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1652 |
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` = 713
AND image_shop.`cover` = 1 LIMIT 1 |
1.609
ms
|
8 |
|
|
/classes/Product.php:3570
/classes/Product.php:5626 (getCover)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
837 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.608
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1610 |
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 |
1.593
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/ps_facetedsearch/src/Filters/Block.php:157 (__construct)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1870 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1031 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1031 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.585
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5780 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1606 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "imeeodeprs" LIMIT 1 |
1.579
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2084 (getModuleIdByName)
/modules/imeeodeprs/model/general.php:98 (isInstalled)
/modules/imeeodeprs/imeeodeprs.php:38 (checkInstalled)
: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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
39 |
SELECT SQL_NO_CACHE pl.`id_product`
FROM `ps_product_lang` pl
JOIN `ps_product` p ON (p.`id_product` = pl.`id_product`)
JOIN `ps_product_shop` ps ON (ps.`id_product` = pl.`id_product` AND ps.`id_shop` = 1)
WHERE pl.`link_rewrite`='migliori-vendite' AND pl.id_shop=1 LIMIT 1 |
1.575
ms
|
1 |
|
|
/modules/ets_seo/classes/dispatcher/EtsSeoDispatcher.php:330
/modules/ets_seo/classes/dispatcher/EtsSeoDispatcher.php:577 (getProductIdBySlug)
/override/classes/Dispatcher.php:71 (getController)
/override/classes/Dispatcher.php:116 (getController)
/modules/ets_seo/classes/dispatcher/EtsSeoDispatcher.php:717 (getControllerChecking)
/override/classes/Dispatcher.php:71 (getController)
/classes/Dispatcher.php:346 (getController)
/index.php:31 (dispatch)
|
43 |
SELECT SQL_NO_CACHE m.page FROM `ps_meta` m
JOIN `ps_meta_lang` ml ON m.id_meta = ml.id_meta AND ml.id_lang=3 AND ml.id_shop=1
WHERE ml.url_rewrite='migliori-vendite' AND ml.id_lang=3 AND ml.id_shop=1 LIMIT 1 |
1.566
ms
|
2 |
|
|
/modules/ets_seo/classes/dispatcher/EtsSeoDispatcher.php:1117
/modules/ets_seo/classes/dispatcher/EtsSeoDispatcher.php:720 (getPageController)
/override/classes/Dispatcher.php:71 (getController)
/classes/Dispatcher.php:346 (getController)
/index.php:31 (dispatch)
|
823 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.566
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
801 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.564
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1697 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 3)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 1260
AND pac.`id_product_attribute` = 173126
AND agl.`id_lang` = 3 |
1.563
ms
|
1 |
|
|
/classes/Product.php:7497
/classes/Product.php:5838 (getAttributesParams)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1657 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 713) |
1.560
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
201 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.555
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1715 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 600) |
1.553
ms
|
7 |
|
|
/classes/Product.php:3860
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2070 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 79
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.552
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2072 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 78
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.548
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1016 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.541
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1273 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.539
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2068 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 76
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.535
ms
|
3 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1708 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 925) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.526
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5780 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1628 |
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` = 1118) AND (b.`id_shop` = 1) LIMIT 1 |
1.524
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:16 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5643 (getProductLink)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1591 |
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` = 10) LIMIT 1 |
1.522
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:1754 (generateAddress)
/classes/controller/FrontController.php:544 (getTemplateVarShop)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
202 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.521
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
570 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.513
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2211 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1118) LIMIT 1 |
1.513
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:16 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd4b1223_09691187)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1645 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 162494
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1118 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 162494
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1118 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.512
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5791 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2244 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pac.id_product_attribute IN (173125,173126)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
1.509
ms
|
2 |
|
|
/classes/Product.php:2746
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd4b1223_09691187)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1736 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 575 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 575 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.509
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5780 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2083 |
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` = 9) AND (b.`id_shop` = 1) LIMIT 1 |
1.504
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
776 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.498
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
815 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.498
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
632 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.496
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1011 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 8 LIMIT 1 |
1.496
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1881 |
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 = 976
ORDER BY f.position ASC |
1.494
ms
|
1 |
Yes
|
|
/classes/Product.php:5994
/classes/Product.php:5805 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
792 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.489
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
159 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.485
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1751 |
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 = 1136
ORDER BY f.position ASC |
1.485
ms
|
1 |
Yes
|
|
/classes/Product.php:5994
/classes/Product.php:5805 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1758 |
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` = 972) AND (b.`id_shop` = 1) LIMIT 1 |
1.485
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:16 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5643 (getProductLink)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
840 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.484
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
42 |
SELECT SQL_NO_CACHE m.page FROM `ps_meta` m
JOIN `ps_meta_lang` ml ON m.id_meta = ml.id_meta AND ml.id_lang=3 AND ml.id_shop=1
WHERE ml.url_rewrite='migliori-vendite' AND ml.id_lang=3 AND ml.id_shop=1 LIMIT 1 |
1.482
ms
|
2 |
|
|
/modules/ets_seo/classes/dispatcher/EtsSeoDispatcher.php:1117
/modules/ets_seo/classes/dispatcher/EtsSeoDispatcher.php:720 (getPageController)
/override/classes/Dispatcher.php:71 (getController)
/override/classes/Dispatcher.php:116 (getController)
/modules/ets_seo/classes/dispatcher/EtsSeoDispatcher.php:717 (getControllerChecking)
/override/classes/Dispatcher.php:71 (getController)
/classes/Dispatcher.php:346 (getController)
/index.php:31 (dispatch)
|
820 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.478
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
80 |
SELECT SQL_NO_CACHE * FROM `ps_cart_rule` cr
LEFT JOIN `ps_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 0) WHERE ((cr.`id_customer` = 0 OR (cr.`id_customer` = 0 AND (cr.`highlight` = 1 OR cr.`code` = "")))) AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%" |
1.477
ms
|
1 |
|
|
/classes/CartRule.php:418
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1584 |
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "best-sales"
OR m.page = "bestsales"
)
AND ml.id_lang = 3
AND ml.id_shop = 1 LIMIT 1 |
1.477
ms
|
2 |
|
|
/classes/Meta.php:184
/classes/Meta.php:332 (getMetaByPage)
/classes/Meta.php:317 (getHomeMetas)
/classes/controller/FrontController.php:1772 (getMetaTags)
/classes/controller/FrontController.php:543 (getTemplateVarPage)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1790 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 3)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 598
AND pac.`id_product_attribute` = 157327
AND agl.`id_lang` = 3 |
1.477
ms
|
1 |
|
|
/classes/Product.php:7497
/classes/Product.php:5838 (getAttributesParams)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2193 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "cp_headercms2" LIMIT 1 |
1.477
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
819 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.475
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
989 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.475
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2086 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 12
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.466
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1785 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 598 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 598 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.464
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5780 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
45 |
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.463
ms
|
102 |
|
|
/classes/module/Module.php:340
/modules/ets_ordermanager/ets_ordermanager.php:59 (__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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:351 (exec)
/index.php:31 (dispatch)
|
1871 |
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 = 1031
ORDER BY f.position ASC |
1.463
ms
|
1 |
Yes
|
|
/classes/Product.php:5994
/classes/Product.php:5805 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1884 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (162494, 162495, 162496, 162497, 162498) AND il.`id_lang` = 3 ORDER by i.`position` |
1.463
ms
|
5 |
Yes
|
|
/classes/Product.php:2915
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1858 |
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 = 1122
ORDER BY f.position ASC |
1.460
ms
|
1 |
Yes
|
|
/classes/Product.php:5994
/classes/Product.php:5805 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
454 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.459
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1859 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 3)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 1122
AND pac.`id_product_attribute` = 162514
AND agl.`id_lang` = 3 |
1.458
ms
|
1 |
|
|
/classes/Product.php:7497
/classes/Product.php:5838 (getAttributesParams)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
772 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.454
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
950 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.449
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1807 |
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` = 1039) AND (b.`id_shop` = 1) LIMIT 1 |
1.447
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:16 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5643 (getProductLink)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1001 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.447
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1694 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 173126
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1260 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 173126
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1260 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.445
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5791 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
773 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.437
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
843 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.434
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (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` = 1) LIMIT 1 |
1.431
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:30 (require)
|
770 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.431
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
939 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.431
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
9 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1 |
1.430
ms
|
1 |
|
|
/classes/ObjectModel.php:1724
/config/config.inc.php:216 (isAssociatedToShop)
/index.php:30 (require)
|
1743 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1136) |
1.430
ms
|
5 |
|
|
/classes/Product.php:3860
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
230 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.427
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
818 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.424
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2085 |
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` = 12) AND (b.`id_shop` = 1) LIMIT 1 |
1.422
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2036 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 101
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.421
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
915 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.418
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
60 |
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 |
1.416
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:208 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/BestSalesController.php:50 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1676 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 621 AND pa.`id_product` = 621 AND pa.`id_product_attribute` = 155965 LIMIT 1 |
1.416
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5798 (getAvailableDate)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
817 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 8 LIMIT 1 |
1.414
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
822 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.411
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
814 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.410
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2052 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 5
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.410
ms
|
12 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1698 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 173126) LIMIT 1 |
1.408
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5893 (__construct)
/classes/Product.php:5856 (computeUnitPriceRatio)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
17 |
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 |
1.407
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Tools.php:641 (__construct)
/classes/Dispatcher.php:236 (switchLanguage)
/override/classes/Dispatcher.php:48 (__construct)
/classes/Dispatcher.php:201 (__construct)
/index.php:31 (getInstance)
|
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 = 'trabattellionline.com' OR su.domain_ssl = 'trabattellionline.com')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
1.407
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:1364
/classes/shop/Shop.php:355 (findShopByHost)
/config/config.inc.php:117 (initialize)
/index.php:30 (require)
|
826 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.404
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1777 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 598
AND image_shop.`cover` = 1 LIMIT 1 |
1.404
ms
|
2 |
|
|
/classes/Product.php:3570
/classes/Product.php:5626 (getCover)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1711 |
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` = 600
AND image_shop.`cover` = 1 LIMIT 1 |
1.404
ms
|
2 |
|
|
/classes/Product.php:3570
/classes/Product.php:5626 (getCover)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2046 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 107
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.399
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1760 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 972) |
1.399
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1840 |
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 = 1156
ORDER BY f.position ASC |
1.398
ms
|
1 |
Yes
|
|
/classes/Product.php:5994
/classes/Product.php:5805 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
79 |
SELECT SQL_NO_CACHE 1 FROM `ps_cart_rule` WHERE ((date_to >= "2024-11-16 00:00:00" AND date_to <= "2024-11-16 23:59:59") OR (date_from >= "2024-11-16 00:00:00" AND date_from <= "2024-11-16 23:59:59") OR (date_from < "2024-11-16 00:00:00" AND date_to > "2024-11-16 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
1.396
ms
|
1 |
|
|
/classes/CartRule.php:357
/classes/CartRule.php:389 (haveCartRuleToday)
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1170 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.395
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1811 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1039 AND id_shop=1 LIMIT 1 |
1.395
ms
|
1 |
|
|
/classes/Product.php:6854
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
23 |
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.392
ms
|
102 |
|
|
/classes/module/Module.php:340
/modules/ets_reviews/ets_reviews.php:89 (__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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/override/classes/Dispatcher.php:48 (__construct)
/classes/Dispatcher.php:201 (__construct)
/index.php:31 (getInstance)
|
2075 |
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` = 23) AND (b.`id_shop` = 1) LIMIT 1 |
1.390
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1854 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1122 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1122 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:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5780 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1182 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.382
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1238 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.381
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1815 |
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 = 1039
ORDER BY f.position ASC |
1.377
ms
|
1 |
Yes
|
|
/classes/Product.php:5994
/classes/Product.php:5805 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2059 |
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` = 8) AND (b.`id_shop` = 1) LIMIT 1 |
1.376
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1599 |
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "best-sales"
OR m.page = "bestsales"
)
AND ml.id_lang = 3
AND ml.id_shop = 1 LIMIT 1 |
1.373
ms
|
2 |
|
|
/classes/Meta.php:184
/modules/ets_seo/ets_seo.php:3208 (getMetaByPage)
/modules/ets_seo/ets_seo.php:3235 (getSeoMetaDataArray)
/modules/ets_seo/ets_seo.php:2359 (getSeoMetaData)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
901 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.372
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
932 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.370
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1839 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 1156 AND pa.`id_product` = 1156 AND pa.`id_product_attribute` = 152231 LIMIT 1 |
1.370
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5798 (getAvailableDate)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
32 |
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "module-ets_seo-rss"
OR m.page = "moduleets_seorss"
)
AND ml.id_lang = 3
AND ml.id_shop = 1 LIMIT 1 |
1.368
ms
|
2 |
|
|
/classes/Meta.php:184
/modules/ets_seo/classes/dispatcher/EtsSeoDispatcher.php:760 (getMetaByPage)
/override/classes/Dispatcher.php:49 (mergeRssRoute)
/classes/Dispatcher.php:201 (__construct)
/index.php:31 (getInstance)
|
2230 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pac.id_product_attribute IN (155965,155966,155967,155968,155969,155970,155971)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
1.364
ms
|
7 |
|
|
/classes/Product.php:2746
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd4b1223_09691187)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
987 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.360
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
982 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.358
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2222 |
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a3ddb562a0b286a40c3ba21c8d83965c' AND cache_id="713|1|1|1|3|10" AND compile_id="PRS02045_04" LIMIT 1 |
1.358
ms
|
1 |
|
|
/classes/Smarty/SmartyCustom.php:216
/classes/Smarty/SmartyCustom.php:154 (is_in_lazy_cache)
/classes/Smarty/SmartyCustom.php:122 (check_template_invalidation)
/classes/module/Module.php:2297 (createTemplate)
/classes/module/Module.php:2352 (getCurrentSubTemplate)
/modules/cp_imagehover/cp_imagehover.php:64 (isCached)
/classes/Hook.php:1043 (hookDisplayCpHoverImage)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:144 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2227 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 621 AND `id_shop` = 1 |
1.358
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:16 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd4b1223_09691187)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
266 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.356
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1772 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 801 AND id_shop=1 LIMIT 1 |
1.353
ms
|
1 |
|
|
/classes/Product.php:6854
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
7 |
SELECT SQL_NO_CACHE *
FROM `ps_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
1.352
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:30 (require)
|
1494 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.351
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1723 |
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 = 600
ORDER BY f.position ASC |
1.350
ms
|
1 |
Yes
|
|
/classes/Product.php:5994
/classes/Product.php:5805 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2088 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 60
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.347
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (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 |
1.346
ms
|
1 |
|
|
/classes/shop/Shop.php:214
/classes/shop/Shop.php:148 (setUrl)
/classes/shop/Shop.php:431 (__construct)
/config/config.inc.php:117 (initialize)
/index.php:30 (require)
|
1039 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.344
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
926 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.343
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
861 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.342
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
931 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.341
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
984 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.340
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1803 |
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 = 581
ORDER BY f.position ASC |
1.340
ms
|
1 |
Yes
|
|
/classes/Product.php:5994
/classes/Product.php:5805 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2214 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 1118
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
1.340
ms
|
5 |
Yes
|
Yes
|
/classes/Product.php:2731
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd4b1223_09691187)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1625 |
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` = 1118
AND image_shop.`cover` = 1 LIMIT 1 |
1.339
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5626 (getCover)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
873 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.335
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
985 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.335
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
612 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.332
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
675 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.330
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1663 |
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` = 621
AND image_shop.`cover` = 1 LIMIT 1 |
1.327
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5626 (getCover)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
312 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.326
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
197 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.325
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1333 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.324
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1495 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.324
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2049 |
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` = 109) AND (b.`id_shop` = 1) LIMIT 1 |
1.323
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1324 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.322
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
898 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.321
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
828 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.321
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
760 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 8 LIMIT 1 |
1.320
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1766 |
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` = 801
AND image_shop.`cover` = 1 LIMIT 1 |
1.319
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5626 (getCover)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1882 |
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` = 1118
ORDER BY `position` |
1.318
ms
|
1 |
Yes
|
|
/classes/Product.php:3539
/override/classes/Product.php:81 (getImages)
/override/classes/Product.php:52 (coreGetImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
694 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.312
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
892 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.312
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1829 |
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` = 1156) AND (b.`id_shop` = 1) LIMIT 1 |
1.312
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:16 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5643 (getProductLink)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
247 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.309
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2048 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 108
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.308
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2069 |
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` = 79) AND (b.`id_shop` = 1) LIMIT 1 |
1.308
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2056 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 6
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.307
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
888 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.306
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
944 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.304
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
227 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.303
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1692 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1260 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1260 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.303
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5780 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
206 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.299
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
777 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.299
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
842 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.298
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1080 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.298
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1110 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.298
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1750 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 1136 AND pa.`id_product` = 1136 AND pa.`id_product_attribute` = 152182 LIMIT 1 |
1.298
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5798 (getAvailableDate)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
775 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 8 LIMIT 1 |
1.295
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
771 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.295
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
260 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.294
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
318 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.294
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1602 |
SELECT SQL_NO_CACHE `id_meta` FROM `ps_meta` WHERE `page`='bestsales' LIMIT 1 |
1.293
ms
|
0 |
|
|
/modules/ets_seo/classes/EtsSeoMeta.php:252
/modules/ets_seo/ets_seo.php:2670 (getIdMetaByController)
/modules/ets_seo/ets_seo.php:3373 (generateGraphWebData)
/modules/ets_seo/ets_seo.php:2359 (getSeoMetaData)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2050 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 109
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.293
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
705 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.291
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2071 |
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` = 78) AND (b.`id_shop` = 1) LIMIT 1 |
1.290
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
399 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.290
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
766 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.289
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
851 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.289
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
70 |
SELECT SQL_NO_CACHE *
FROM `ps_group_lang`
WHERE `id_group` = 1 |
1.288
ms
|
3 |
|
|
/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:465 (__construct)
/controllers/front/listing/BestSalesController.php:50 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
64 |
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` = 2) LIMIT 1 |
1.287
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:208 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/BestSalesController.php:50 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1023 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.287
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1600 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_seo_meta`
WHERE id_meta = 2 AND id_shop = 1 AND id_lang = 3 LIMIT 1 |
1.287
ms
|
1 |
|
|
/modules/ets_seo/classes/EtsSeoMeta.php:240
/modules/ets_seo/ets_seo.php:3212 (getSeoMeta)
/modules/ets_seo/ets_seo.php:3235 (getSeoMetaDataArray)
/modules/ets_seo/ets_seo.php:2359 (getSeoMetaData)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2073 |
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` = 77) AND (b.`id_shop` = 1) LIMIT 1 |
1.287
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1104 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.284
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
765 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.283
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1492 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.279
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1642 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1118) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.279
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5780 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
672 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.277
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1590 |
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 169) LIMIT 1 |
1.274
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:1754 (generateAddress)
/classes/controller/FrontController.php:544 (getTemplateVarShop)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1896 |
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` = 925
ORDER BY `position` |
1.274
ms
|
1 |
Yes
|
|
/classes/Product.php:3539
/override/classes/Product.php:81 (getImages)
/override/classes/Product.php:52 (coreGetImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
821 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.272
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1529 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.271
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1280 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.269
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
99 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.266
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
845 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.266
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
938 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.266
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1067 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.266
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
935 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.265
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
988 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.263
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1677 |
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 = 621
ORDER BY f.position ASC |
1.262
ms
|
1 |
Yes
|
|
/classes/Product.php:5994
/classes/Product.php:5805 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1669 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 621) |
1.261
ms
|
7 |
|
|
/classes/Product.php:3860
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
267 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.259
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
999 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.259
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
889 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.259
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1696 |
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 = 1260
ORDER BY f.position ASC |
1.256
ms
|
1 |
Yes
|
|
/classes/Product.php:5994
/classes/Product.php:5805 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2074 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 77
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.254
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1180 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.253
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (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.251
ms
|
102 |
|
|
/classes/module/Module.php:340
/modules/ets_seo/ets_seo.php:130 (__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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:351 (exec)
/index.php:31 (dispatch)
|
928 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.250
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
224 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.248
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
677 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.246
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
774 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.245
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1982 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 50
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.245
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1024 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.244
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1904 |
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` = 1136
ORDER BY `position` |
1.242
ms
|
1 |
Yes
|
|
/classes/Product.php:3539
/override/classes/Product.php:81 (getImages)
/override/classes/Product.php:52 (coreGetImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
937 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.242
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2151 |
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` = 138) AND (b.`id_shop` = 1) LIMIT 1 |
1.241
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
874 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.240
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1167 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.240
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1604 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "payplug" LIMIT 1 |
1.240
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/modules/payplug/src/application/adapter/ModuleAdapter.php:46 (isEnabled)
/modules/payplug/classes/ConfigClass.php:401 (isEnabled)
/modules/payplug/classes/HookClass.php:921 (isAllowed)
/modules/payplug/payplug.php:399 (displayHeader)
/classes/Hook.php:1043 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1890 |
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` = 621
ORDER BY `position` |
1.240
ms
|
1 |
Yes
|
|
/classes/Product.php:3539
/override/classes/Product.php:81 (getImages)
/override/classes/Product.php:52 (coreGetImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2064 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 83
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.238
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
925 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.235
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
838 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.234
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1356 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.233
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1025 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.233
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
891 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.232
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
75 |
SELECT SQL_NO_CACHE * FROM `ps_cart_rule` cr
LEFT JOIN `ps_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 3) WHERE ((cr.`id_customer` = 0 OR (cr.`id_customer` = 0 AND (cr.`highlight` = 1 OR cr.`code` = "")))) AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND free_shipping = 1 AND carrier_restriction = 1 |
1.229
ms
|
1 |
|
|
/classes/CartRule.php:418
/classes/Cart.php:3014 (getCustomerCartRules)
/classes/Cart.php:3405 (getDeliveryOptionList)
/classes/Cart.php:3478 (getDeliveryOption)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2173 (processCalculation)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1190 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.229
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2113 |
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` = 57) AND (b.`id_shop` = 1) LIMIT 1 |
1.229
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
886 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.228
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
797 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.228
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1917 |
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` = 1039
ORDER BY `position` |
1.228
ms
|
6 |
Yes
|
|
/classes/Product.php:3539
/override/classes/Product.php:81 (getImages)
/override/classes/Product.php:52 (coreGetImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1950 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 2
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.227
ms
|
16 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
758 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.226
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
922 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.225
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1048 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.225
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1070 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.224
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1108 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.224
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
832 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 8 LIMIT 1 |
1.223
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1722 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 600 AND pa.`id_product` = 600 AND pa.`id_product_attribute` = 157334 LIMIT 1 |
1.223
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5798 (getAvailableDate)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
769 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.222
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
958 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 1 LIMIT 1 |
1.222
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
319 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.221
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1787 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 157327
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 598 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 157327
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 598 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.219
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5791 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2259 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 600) AND (id_product_attribute = 157339) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.218
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd4b1223_09691187)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
866 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.217
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2063 |
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` = 83) AND (b.`id_shop` = 1) LIMIT 1 |
1.216
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1049 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.216
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
802 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.215
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1111 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.215
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2079 |
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` = 15) AND (b.`id_shop` = 1) LIMIT 1 |
1.215
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
900 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.214
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1508 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.213
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
320 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.212
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1874 |
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` = 976) AND (b.`id_shop` = 1) LIMIT 1 |
1.212
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:16 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5643 (getProductLink)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1000 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.212
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
942 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.210
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2278 |
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a3ddb562a0b286a40c3ba21c8d83965c' AND cache_id="598|1|1|1|3|10" AND compile_id="PRS02045_04" LIMIT 1 |
1.210
ms
|
1 |
|
|
/classes/Smarty/SmartyCustom.php:216
/classes/Smarty/SmartyCustom.php:154 (is_in_lazy_cache)
/classes/Smarty/SmartyCustom.php:122 (check_template_invalidation)
/classes/module/Module.php:2297 (createTemplate)
/classes/module/Module.php:2352 (getCurrentSubTemplate)
/modules/cp_imagehover/cp_imagehover.php:64 (isCached)
/classes/Hook.php:1043 (hookDisplayCpHoverImage)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:144 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1354 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.209
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
72 |
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.208
ms
|
102 |
|
|
/classes/module/Module.php:340
/modules/ps_emailsubscription/ps_emailsubscription.php:96 (__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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:986 (exec)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1601 |
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "best-sales"
OR m.page = "bestsales"
)
AND ml.id_lang = 3
AND ml.id_shop = 1 LIMIT 1 |
1.208
ms
|
2 |
|
|
/classes/Meta.php:184
/modules/ets_seo/ets_seo.php:2620 (getMetaByPage)
/modules/ets_seo/ets_seo.php:3373 (generateGraphWebData)
/modules/ets_seo/ets_seo.php:2359 (getSeoMetaData)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1237 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.205
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
824 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.204
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1660 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 713) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.200
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5780 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
648 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.196
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2061 |
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` = 73) AND (b.`id_shop` = 1) LIMIT 1 |
1.196
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1753 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 152182) 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:5893 (__construct)
/classes/Product.php:5856 (computeUnitPriceRatio)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2313 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 1122
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
1.195
ms
|
5 |
Yes
|
Yes
|
/classes/Product.php:2731
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd4b1223_09691187)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
40 |
SELECT SQL_NO_CACHE `id_meta`
FROM `ps_meta_lang`
WHERE `url_rewrite`='migliori-vendite' AND id_shop=1 AND id_lang=3 LIMIT 1 |
1.193
ms
|
2 |
|
|
/modules/ets_seo/classes/dispatcher/EtsSeoDispatcher.php:532
/modules/ets_seo/classes/dispatcher/EtsSeoDispatcher.php:559 (getMetaIdBySlug)
/override/classes/Dispatcher.php:71 (getController)
/override/classes/Dispatcher.php:116 (getController)
/modules/ets_seo/classes/dispatcher/EtsSeoDispatcher.php:717 (getControllerChecking)
/override/classes/Dispatcher.php:71 (getController)
/override/classes/Dispatcher.php:116 (getController)
/modules/ets_seo/classes/dispatcher/EtsSeoDispatcher.php:717 (getControllerChecking)
/override/classes/Dispatcher.php:71 (getController)
/classes/Dispatcher.php:346 (getController)
/index.php:31 (dispatch)
|
2122 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 53
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.193
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2195 |
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='b92c45bc518aa80b27f6bf0c7573aae3' AND cache_id="cp_headercms2|1|1|1|3|10" AND compile_id="PRS02045_04" LIMIT 1 |
1.192
ms
|
1 |
|
|
/classes/Smarty/SmartyCustom.php:216
/classes/Smarty/SmartyCustom.php:154 (is_in_lazy_cache)
/classes/Smarty/SmartyCustom.php:122 (check_template_invalidation)
/classes/module/Module.php:2297 (createTemplate)
/classes/module/Module.php:2352 (getCurrentSubTemplate)
/modules/cp_headercms2/cp_headercms2.php:279 (isCached)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
204 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 19 LIMIT 1 |
1.192
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1632 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1118) |
1.191
ms
|
5 |
|
|
/classes/Product.php:3860
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
846 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.191
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2024 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 96
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.190
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2150 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 131
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.190
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
829 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.189
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
907 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.189
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
936 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.189
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1015 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.189
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1739 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 89 LIMIT 1 |
1.189
ms
|
1 |
|
|
/classes/Product.php:5642
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2065 |
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` = 74) AND (b.`id_shop` = 1) LIMIT 1 |
1.188
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1006 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.186
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1105 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.186
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1329 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.185
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1856 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 162514
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1122 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 162514
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1122 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.182
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5791 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1003 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.181
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1083 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.181
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2226 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 621) LIMIT 1 |
1.180
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:16 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd4b1223_09691187)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1013 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.179
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1636 |
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 10
AND tr.`id_tax_rules_group` = 21
AND tr.`id_state` IN (0, 169)
AND ('73055' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '73055')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
1.178
ms
|
2 |
Yes
|
|
/classes/tax/TaxRulesTaxManager.php:100
/classes/Product.php:3926 (getTaxCalculator)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1264 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.176
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1338 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.176
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
277 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.175
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1327 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.175
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2112 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 30
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.175
ms
|
8 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2087 |
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` = 60) AND (b.`id_shop` = 1) LIMIT 1 |
1.174
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
313 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.173
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1700 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 925
AND image_shop.`cover` = 1 LIMIT 1 |
1.173
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5626 (getCover)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
849 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.172
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
887 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.172
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2097 |
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` = 16) AND (b.`id_shop` = 1) LIMIT 1 |
1.172
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2060 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 8
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.171
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1044 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.169
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2051 |
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` = 5) AND (b.`id_shop` = 1) LIMIT 1 |
1.169
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2076 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 23
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.169
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
827 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.166
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1142 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.166
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1217 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.165
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1530 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.164
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1081 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.163
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
781 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.161
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1290 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.161
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
404 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.161
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
788 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.161
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1740 |
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` = 1136) AND (b.`id_shop` = 1) LIMIT 1 |
1.161
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:16 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5643 (getProductLink)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
403 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.160
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
998 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.159
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1847 |
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` = 1122) AND (b.`id_shop` = 1) LIMIT 1 |
1.159
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:16 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5643 (getProductLink)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
259 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.158
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
983 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.158
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1086 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.156
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1801 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 581) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.156
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5780 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1060 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.155
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
816 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.153
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1042 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.153
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1259 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.153
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1186 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.152
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2303 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pac.id_product_attribute IN (152231,152232,152233,152234,152235)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
1.152
ms
|
5 |
|
|
/classes/Product.php:2746
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd4b1223_09691187)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1726 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 157334 |
1.151
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5893 (__construct)
/classes/Product.php:5856 (computeUnitPriceRatio)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
180 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.151
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
671 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.151
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
847 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.151
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1490 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.150
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
960 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.149
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2268 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pac.id_product_attribute IN (152182,152183,152184,152185,152186)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
1.149
ms
|
5 |
|
|
/classes/Product.php:2746
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd4b1223_09691187)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
868 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.148
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1058 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.148
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1171 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.148
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
793 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.147
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2142 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 114
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.147
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1527 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.144
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
433 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.143
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
142 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.142
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1193 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.140
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1832 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1156) |
1.140
ms
|
5 |
|
|
/classes/Product.php:3860
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
56 |
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` = 3) LIMIT 1 |
1.139
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:208 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/BestSalesController.php:50 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1047 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.138
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1271 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.138
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
634 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.137
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
940 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.137
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1004 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.137
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1588 |
SELECT SQL_NO_CACHE format
FROM `ps_address_format`
WHERE `id_country` = 10 LIMIT 1 |
1.137
ms
|
1 |
|
|
/classes/AddressFormat.php:653
/classes/AddressFormat.php:630 (getFormatDB)
/classes/AddressFormat.php:615 (getFormat)
/classes/AddressFormat.php:562 (getAddressCountryFormat)
/classes/AddressFormat.php:438 (getOrderedAddressFields)
/classes/controller/FrontController.php:1754 (generateAddress)
/classes/controller/FrontController.php:544 (getTemplateVarShop)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1810 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1039) |
1.137
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1528 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.136
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
913 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.135
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
285 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.134
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1242 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.134
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2057 |
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` = 7) AND (b.`id_shop` = 1) LIMIT 1 |
1.133
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1755 |
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` = 972
AND image_shop.`cover` = 1 LIMIT 1 |
1.131
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5626 (getCover)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1010 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.129
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1043 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.129
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1272 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.128
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
903 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.127
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
905 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.127
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1007 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.127
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
670 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.126
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2136 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 112
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.126
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1262 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.124
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
153 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.123
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1071 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.123
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1053 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.122
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2140 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 118
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.122
ms
|
6 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2146 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 117
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.121
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
764 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.120
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1030 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.117
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1052 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.117
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
875 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.116
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
883 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.116
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1816 |
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` = 792
AND image_shop.`cover` = 1 LIMIT 1 |
1.115
ms
|
2 |
|
|
/classes/Product.php:3570
/classes/Product.php:5626 (getCover)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2099 |
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` = 33) AND (b.`id_shop` = 1) LIMIT 1 |
1.115
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2120 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 54
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.115
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2144 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 115
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.115
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1629 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 162494 LIMIT 1 |
1.114
ms
|
1 |
|
|
/classes/Combination.php:560
/classes/Product.php:5661 (getPrice)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1485 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.114
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
207 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.113
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
649 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 21 LIMIT 1 |
1.113
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1919 |
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` = 792) AND (b.`id_shop` = 1) LIMIT 1 |
1.113
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:16 (__construct)
/src/Adapter/Image/ImageRetriever.php:77 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1516 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.112
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1282 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.111
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1701 |
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` = 52 LIMIT 1 |
1.111
ms
|
1 |
|
|
/classes/Category.php:1373
/classes/Product.php:5641 (getLinkRewrite)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2006 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 51
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.111
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
943 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.108
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
196 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.107
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1270 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.107
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1174 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.107
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1288 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.107
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1732 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 575) |
1.107
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2163 |
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` = 124) AND (b.`id_shop` = 1) LIMIT 1 |
1.106
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
762 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.105
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1704 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 925 LIMIT 1 |
1.105
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
798 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.104
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2300 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1156) LIMIT 1 |
1.100
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:16 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd4b1223_09691187)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
893 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.099
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
228 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.099
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
10 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "jprestaspeedpack" LIMIT 1 |
1.098
ms
|
0 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/config/smartyfront.config.inc.php:58 (isEnabled)
/config/smarty.config.inc.php:59 (require_once)
/config/config.inc.php:245 (require_once)
/index.php:30 (require)
|
1069 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.098
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
331 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.098
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
833 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.098
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2310 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1122) LIMIT 1 |
1.098
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:16 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd4b1223_09691187)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1664 |
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` = 66 LIMIT 1 |
1.097
ms
|
1 |
|
|
/classes/Category.php:1373
/classes/Product.php:5641 (getLinkRewrite)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1742 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1136 LIMIT 1 |
1.096
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
221 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.095
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1969 |
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` = 44) AND (b.`id_shop` = 1) LIMIT 1 |
1.095
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
902 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.094
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2132 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 81
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.094
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1887 |
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` = 713
ORDER BY `position` |
1.093
ms
|
8 |
Yes
|
|
/classes/Product.php:3539
/override/classes/Product.php:81 (getImages)
/override/classes/Product.php:52 (coreGetImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1114 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.092
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2168 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 125
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.092
ms
|
4 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1509 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.090
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1603 |
SELECT SQL_NO_CACHE `name`
FROM `ps_hook`
WHERE `id_hook` = 952 LIMIT 1 |
1.089
ms
|
1 |
|
|
/classes/Hook.php:241
/classes/Hook.php:911 (getNameById)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1773 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 801 AND `id_group` = 1 LIMIT 1 |
1.089
ms
|
0 |
|
|
/classes/GroupReduction.php:153
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (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) |
1.088
ms
|
3 |
|
|
/classes/Language.php:1080
/config/config.inc.php:143 (loadLanguages)
/index.php:30 (require)
|
1245 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.088
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
33 |
SELECT SQL_NO_CACHE `id_meta`
FROM `ps_meta_lang`
WHERE `url_rewrite`='migliori-vendite' AND id_shop=1 AND id_lang=3 LIMIT 1 |
1.087
ms
|
2 |
|
|
/modules/ets_seo/classes/dispatcher/EtsSeoDispatcher.php:532
/modules/ets_seo/classes/dispatcher/EtsSeoDispatcher.php:559 (getMetaIdBySlug)
/override/classes/Dispatcher.php:71 (getController)
/classes/Dispatcher.php:346 (getController)
/index.php:31 (dispatch)
|
57 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1 |
1.087
ms
|
3 |
|
|
/classes/Language.php:880
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:115 (getIdByLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:208 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/BestSalesController.php:50 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
956 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.087
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1328 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.087
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1544 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.086
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2055 |
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` = 6) AND (b.`id_shop` = 1) LIMIT 1 |
1.085
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2184 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 135
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.085
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
311 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.084
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1592 |
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 10 |
1.084
ms
|
3 |
|
|
/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:1754 (generateAddress)
/classes/controller/FrontController.php:544 (getTemplateVarShop)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
21 |
SELECT SQL_NO_CACHE `name`, `alias` FROM `ps_hook_alias` |
1.083
ms
|
88 |
|
|
/classes/Hook.php:287
/classes/Hook.php:318 (getAllHookAliases)
/classes/Hook.php:746 (getHookAliasesFor)
/classes/Hook.php:842 (getHookModuleExecList)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/override/classes/Dispatcher.php:48 (__construct)
/classes/Dispatcher.php:201 (__construct)
/index.php:31 (getInstance)
|
1248 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.083
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1246 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.082
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1335 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.082
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1988 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 86
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.082
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
287 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.081
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1009 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.081
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1255 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.081
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1082 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.080
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1503 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.080
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1893 |
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` = 1260
ORDER BY `position` |
1.079
ms
|
3 |
Yes
|
|
/classes/Product.php:3539
/override/classes/Product.php:81 (getImages)
/override/classes/Product.php:52 (coreGetImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1118 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.078
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1079 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.078
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1842 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 152231) LIMIT 1 |
1.078
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5893 (__construct)
/classes/Product.php:5856 (computeUnitPriceRatio)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
896 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.077
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
66 |
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 |
1.076
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:695 (getCurrencyInstance)
/classes/controller/FrontController.php:366 (setCurrency)
/controllers/front/listing/BestSalesController.php:50 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
171 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.076
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
678 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.076
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
890 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.076
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
203 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.075
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1057 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.075
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
850 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 8 LIMIT 1 |
1.074
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1898 |
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` = 600) AND (b.`id_shop` = 1) LIMIT 1 |
1.074
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:16 (__construct)
/src/Adapter/Image/ImageRetriever.php:77 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2143 |
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` = 115) AND (b.`id_shop` = 1) LIMIT 1 |
1.073
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1911 |
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` = 598) AND (b.`id_shop` = 1) LIMIT 1 |
1.072
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:16 (__construct)
/src/Adapter/Image/ImageRetriever.php:77 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
81 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_orders` o
LEFT JOIN `ps_order_cart_rule` ocr ON (ocr.`id_order` = o.`id_order`)
WHERE o.`id_customer` = 0
AND ocr.`deleted` = 0 AND ocr.`id_cart_rule` = 0 LIMIT 1 |
1.072
ms
|
1 |
|
|
/classes/order/Order.php:877
/classes/CartRule.php:441 (getDiscountsCustomer)
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
178 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.072
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1068 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.072
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2008 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 137
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.072
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2047 |
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` = 108) AND (b.`id_shop` = 1) LIMIT 1 |
1.071
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2116 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 56
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.071
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1112 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.070
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1191 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.070
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1020 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.069
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1714 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 600 LIMIT 1 |
1.068
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1820 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 792) |
1.068
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1357 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.067
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
941 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.066
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1018 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.066
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1263 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.066
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1321 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.066
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2023 |
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` = 96) AND (b.`id_shop` = 1) LIMIT 1 |
1.066
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2078 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 27
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.066
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
325 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.065
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
679 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 8 LIMIT 1 |
1.065
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
934 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.064
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
252 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 8 LIMIT 1 |
1.063
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
755 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.063
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1658 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 713 AND id_shop=1 LIMIT 1 |
1.062
ms
|
1 |
|
|
/classes/Product.php:6854
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1720 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 600) AND (id_product_attribute = 157334) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.062
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5791 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1143 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.061
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
435 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.060
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
966 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.060
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1236 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.060
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1519 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.060
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2010 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 89
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.060
ms
|
20 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
787 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.059
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
209 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.059
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1498 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.058
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1252 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.057
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1283 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.057
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1754 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 152182 |
1.056
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5893 (__construct)
/classes/Product.php:5856 (computeUnitPriceRatio)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
752 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.055
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
854 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.055
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1107 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.055
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1337 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.055
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
145 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.054
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
315 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.054
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
790 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.053
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
980 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.052
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1178 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.052
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
212 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.051
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1019 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.051
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1095 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.051
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
831 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.050
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
865 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.050
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2128 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 87
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.049
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1120 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.049
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2101 |
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` = 14) AND (b.`id_shop` = 1) LIMIT 1 |
1.047
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1247 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.047
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1487 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.047
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1737 |
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 = 575
ORDER BY f.position ASC |
1.047
ms
|
1 |
Yes
|
|
/classes/Product.php:5994
/classes/Product.php:5805 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1240 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.046
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1712 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 66 LIMIT 1 |
1.046
ms
|
1 |
|
|
/classes/Product.php:5642
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1257 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.045
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1326 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.044
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1718 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 600) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.044
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5780 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
226 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.043
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
871 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.043
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1539 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.043
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1269 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.042
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1827 |
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` = 1156
AND image_shop.`cover` = 1 LIMIT 1 |
1.042
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5626 (getCover)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1426 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.041
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1581 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.041
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
751 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.038
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1076 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.037
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1073 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.036
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1594 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "socialloginizer" LIMIT 1 |
1.036
ms
|
0 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2084 (getModuleIdByName)
/modules/supercheckout/supercheckout.php:1539 (isInstalled)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1627 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 89 LIMIT 1 |
1.036
ms
|
1 |
|
|
/classes/Product.php:5642
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1359 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.035
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2100 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 33
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.035
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2223 |
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='200c3cef5cd55db41c7567786856b582' AND cache_id="713|1|1|1|3|10" AND compile_id="PRS02045_04" LIMIT 1 |
1.035
ms
|
1 |
|
|
/classes/Smarty/SmartyCustom.php:216
/classes/Smarty/SmartyCustom.php:154 (is_in_lazy_cache)
/classes/Smarty/SmartyCustom.php:122 (check_template_invalidation)
/classes/module/Module.php:2297 (createTemplate)
/classes/module/Module.php:2232 (getCurrentSubTemplate)
/modules/cp_imagehover/cp_imagehover.php:86 (display)
/classes/Hook.php:1043 (hookDisplayCpHoverImage)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:144 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
747 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.034
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1267 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.034
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1872 |
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` = 976
AND image_shop.`cover` = 1 LIMIT 1 |
1.034
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5626 (getCover)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1907 |
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` = 972
ORDER BY `position` |
1.034
ms
|
1 |
Yes
|
|
/classes/Product.php:3539
/override/classes/Product.php:81 (getImages)
/override/classes/Product.php:52 (coreGetImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1055 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.033
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1234 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.033
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2026 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 97
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.033
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
796 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.032
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1072 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.032
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2077 |
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` = 27) AND (b.`id_shop` = 1) LIMIT 1 |
1.032
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
286 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.031
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1499 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.031
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
67 |
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 1 |
1.030
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1089 (__construct)
/classes/Tools.php:695 (getCurrencyInstance)
/classes/controller/FrontController.php:366 (setCurrency)
/controllers/front/listing/BestSalesController.php:50 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
830 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.030
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1875 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 976 LIMIT 1 |
1.030
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1279 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.029
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1285 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.028
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
217 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.028
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
253 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.027
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1037 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.027
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
986 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.027
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1097 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.026
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1277 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.026
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
400 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.025
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1056 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.025
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1109 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.024
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1716 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 600 AND id_shop=1 LIMIT 1 |
1.022
ms
|
1 |
|
|
/classes/Product.php:6854
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1021 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.021
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1232 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.021
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1125 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.020
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1647 |
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 = 1118
ORDER BY f.position ASC |
1.020
ms
|
1 |
Yes
|
|
/classes/Product.php:5994
/classes/Product.php:5805 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
761 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.019
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2000 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 71
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.018
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
220 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.018
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2225 |
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a3ddb562a0b286a40c3ba21c8d83965c' AND cache_id="621|1|1|1|3|10" AND compile_id="PRS02045_04" LIMIT 1 |
1.017
ms
|
1 |
|
|
/classes/Smarty/SmartyCustom.php:216
/classes/Smarty/SmartyCustom.php:154 (is_in_lazy_cache)
/classes/Smarty/SmartyCustom.php:122 (check_template_invalidation)
/classes/module/Module.php:2297 (createTemplate)
/classes/module/Module.php:2352 (getCurrentSubTemplate)
/modules/cp_imagehover/cp_imagehover.php:64 (isCached)
/classes/Hook.php:1043 (hookDisplayCpHoverImage)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:144 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
882 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.016
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
483 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.015
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1078 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.015
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1113 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.014
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1909 |
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` = 801
ORDER BY `position` |
1.014
ms
|
1 |
Yes
|
|
/classes/Product.php:3539
/override/classes/Product.php:81 (getImages)
/override/classes/Product.php:52 (coreGetImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
273 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.013
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
323 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.013
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
990 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.012
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1649 |
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 10
AND tr.`id_tax_rules_group` = 21
AND tr.`id_state` IN (0, 0)
AND ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
1.012
ms
|
1 |
Yes
|
|
/classes/tax/TaxRulesTaxManager.php:100
/classes/Product.php:5953 (getTaxCalculator)
/classes/Product.php:5845 (getTaxesInformations)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
812 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.011
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1291 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.011
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1064 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.011
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1788 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 598 AND pa.`id_product` = 598 AND pa.`id_product_attribute` = 157327 LIMIT 1 |
1.011
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5798 (getAvailableDate)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
317 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.010
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1924 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (152231, 152232, 152233, 152234, 152235) AND il.`id_lang` = 3 ORDER by i.`position` |
1.008
ms
|
5 |
Yes
|
|
/classes/Product.php:2915
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
700 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.008
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1384 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.007
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
338 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.006
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1265 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.006
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1964 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 66
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.006
ms
|
6 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1515 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.005
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
13 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ets_seo" LIMIT 1 |
1.004
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/override/classes/Dispatcher.php:38 (isEnabled)
/classes/Dispatcher.php:201 (__construct)
/index.php:31 (getInstance)
|
205 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.004
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2216 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1118) AND (id_product_attribute = 162495) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.004
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd4b1223_09691187)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2091 |
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` = 13) AND (b.`id_shop` = 1) LIMIT 1 |
1.003
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2208 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 96 AND `id_shop` = 1 LIMIT 1 |
1.001
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:212 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:78 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
192 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.001
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2102 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 14
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1.001
ms
|
2 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
784 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.000
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1145 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.000
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
746 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.000
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1536 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.000
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1579 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
1.000
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
242 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.999
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1510 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.999
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
198 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.998
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
211 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.998
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1241 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.998
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1355 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.998
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2096 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 25
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.998
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
95 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.997
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1383 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.997
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
24 |
SELECT SQL_NO_CACHE name, alias FROM `ps_hook_alias` |
0.997
ms
|
88 |
|
|
/classes/Hook.php:339
/classes/Hook.php:154 (getCanonicalHookNames)
/classes/Hook.php:363 (normalizeHookName)
/classes/Hook.php:386 (getAllKnownNames)
/classes/Hook.php:974 (isHookCallableOn)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/override/classes/Dispatcher.php:48 (__construct)
/classes/Dispatcher.php:201 (__construct)
/index.php:31 (getInstance)
|
140 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.997
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
965 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.997
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1551 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.996
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2117 |
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` = 55) AND (b.`id_shop` = 1) LIMIT 1 |
0.996
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
855 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.996
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1857 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 1122 AND pa.`id_product` = 1122 AND pa.`id_product_attribute` = 162514 LIMIT 1 |
0.996
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5798 (getAvailableDate)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2297 |
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='200c3cef5cd55db41c7567786856b582' AND cache_id="792|1|1|1|3|10" AND compile_id="PRS02045_04" LIMIT 1 |
0.996
ms
|
1 |
|
|
/classes/Smarty/SmartyCustom.php:216
/classes/Smarty/SmartyCustom.php:154 (is_in_lazy_cache)
/classes/Smarty/SmartyCustom.php:122 (check_template_invalidation)
/classes/module/Module.php:2297 (createTemplate)
/classes/module/Module.php:2232 (getCurrentSubTemplate)
/modules/cp_imagehover/cp_imagehover.php:86 (display)
/classes/Hook.php:1043 (hookDisplayCpHoverImage)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:144 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1256 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.994
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1353 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.994
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
899 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.993
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
880 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.992
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2162 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 123
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.992
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
778 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.991
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1284 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.991
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
215 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.990
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2176 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 136
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.990
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1369 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.989
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1152 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.988
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1442 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.988
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
12 |
SELECT SQL_NO_CACHE domain, domain_ssl
FROM ps_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
0.987
ms
|
1 |
|
|
/classes/shop/ShopUrl.php:178
/classes/shop/ShopUrl.php:198 (cacheMainDomainForShop)
/classes/Tools.php:302 (getMainShopDomain)
/classes/Link.php:65 (getShopDomain)
/config/config.inc.php:277 (__construct)
/index.php:30 (require)
|
1065 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.987
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
135 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.985
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
35 |
SELECT SQL_NO_CACHE *
FROM `ps_meta_lang`
WHERE `id_meta` = 2 AND `id_shop` = 1 |
0.985
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ets_seo/classes/dispatcher/EtsSeoDispatcher.php:559 (__construct)
/override/classes/Dispatcher.php:71 (getController)
/classes/Dispatcher.php:346 (getController)
/index.php:31 (dispatch)
|
2198 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "cp_leftbanner1" LIMIT 1 |
0.985
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:212 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:78 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1501 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.984
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
225 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.983
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
376 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.983
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
629 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.982
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
825 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.982
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1953 |
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` = 62) AND (b.`id_shop` = 1) LIMIT 1 |
0.982
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1892 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (155965, 155966, 155967, 155968, 155969, 155970, 155971) AND il.`id_lang` = 3 ORDER by i.`position` |
0.980
ms
|
7 |
Yes
|
|
/classes/Product.php:2915
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2159 |
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` = 122) AND (b.`id_shop` = 1) LIMIT 1 |
0.979
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1289 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.979
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1524 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.979
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1045 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.978
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1483 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.978
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1626 |
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` = 89 LIMIT 1 |
0.978
ms
|
1 |
|
|
/classes/Category.php:1373
/classes/Product.php:5641 (getLinkRewrite)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2126 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 110
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.978
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
897 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.977
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2302 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 1156
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.977
ms
|
5 |
Yes
|
Yes
|
/classes/Product.php:2731
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd4b1223_09691187)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
249 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.977
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
630 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.976
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1275 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.976
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1050 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.976
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1575 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.976
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
236 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.975
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
835 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.975
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2004 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 80
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.975
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1156 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.974
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1278 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.974
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1507 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.974
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1596 |
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_flush) as last_flush FROM `ps_smarty_last_flush` WHERE type='compile' LIMIT 1 |
0.971
ms
|
1 |
|
|
/classes/Smarty/SmartyCustom.php:96
/classes/Smarty/SmartyCustom.php:110 (check_compile_cache_invalidation)
/modules/paypal/paypal.php:1205 (fetch)
/classes/Hook.php:1043 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:425 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:615 (exec)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2200 |
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='3d6dbb2efd0a4d8325e8a769abaf05c9' AND cache_id="cp_leftbanner1|1|1|1|3|10" AND compile_id="PRS02045_04" LIMIT 1 |
0.971
ms
|
1 |
|
|
/classes/Smarty/SmartyCustom.php:216
/classes/Smarty/SmartyCustom.php:154 (is_in_lazy_cache)
/classes/Smarty/SmartyCustom.php:122 (check_template_invalidation)
/classes/module/Module.php:2297 (createTemplate)
/classes/module/Module.php:2352 (getCurrentSubTemplate)
/modules/cp_leftbanner1/cp_leftbanner1.php:390 (isCached)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:212 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:78 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1287 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.971
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1646 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 1118 AND pa.`id_product` = 1118 AND pa.`id_product_attribute` = 162494 LIMIT 1 |
0.971
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5798 (getAvailableDate)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2095 |
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` = 25) 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/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
88 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.970
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
957 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.970
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1380 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.970
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1189 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.969
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1336 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.969
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
94 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.968
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
916 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.968
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1585 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_legalcompliance" LIMIT 1 |
0.968
ms
|
0 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/controller/FrontController.php:1651 (isEnabled)
/classes/controller/FrontController.php:1794 (getDisplayTaxesLabel)
/classes/controller/FrontController.php:543 (getTemplateVarPage)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2141 |
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` = 114) AND (b.`id_shop` = 1) LIMIT 1 |
0.968
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
274 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.967
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1211 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.967
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1774 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 801) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.967
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5780 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2267 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 1136
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.967
ms
|
5 |
Yes
|
Yes
|
/classes/Product.php:2731
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd4b1223_09691187)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1266 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.966
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
955 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.965
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1022 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.965
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
256 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.964
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1261 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.964
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
310 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.963
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
991 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.963
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1177 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.963
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1294 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.963
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1653 |
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` = 82 LIMIT 1 |
0.963
ms
|
1 |
|
|
/classes/Category.php:1373
/classes/Product.php:5641 (getLinkRewrite)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2178 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 128
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.963
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1542 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.962
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1979 |
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` = 46) AND (b.`id_shop` = 1) LIMIT 1 |
0.962
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
119 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.961
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
857 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.961
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
680 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.960
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
114 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.959
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1346 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.959
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1381 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.958
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
809 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.958
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1163 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.958
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
303 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.957
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
307 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.957
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1153 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.957
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
76 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_orders` o
LEFT JOIN `ps_order_cart_rule` ocr ON (ocr.`id_order` = o.`id_order`)
WHERE o.`id_customer` = 0
AND ocr.`deleted` = 0 AND ocr.`id_cart_rule` = 19 LIMIT 1 |
0.956
ms
|
1 |
|
|
/classes/order/Order.php:877
/classes/CartRule.php:441 (getDiscountsCustomer)
/classes/Cart.php:3014 (getCustomerCartRules)
/classes/Cart.php:3405 (getDeliveryOptionList)
/classes/Cart.php:3478 (getDeliveryOption)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2173 (processCalculation)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1671 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 621 AND `id_group` = 1 LIMIT 1 |
0.956
ms
|
0 |
|
|
/classes/GroupReduction.php:153
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1889 |
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` = 621) AND (b.`id_shop` = 1) LIMIT 1 |
0.956
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:16 (__construct)
/src/Adapter/Image/ImageRetriever.php:77 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1489 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.956
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1580 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.955
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1688 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1260) |
0.955
ms
|
2 |
|
|
/classes/Product.php:3860
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
914 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 1 LIMIT 1 |
0.955
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1148 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.955
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1014 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 8 LIMIT 1 |
0.954
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1512 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.954
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1717 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 600 AND `id_group` = 1 LIMIT 1 |
0.953
ms
|
0 |
|
|
/classes/GroupReduction.php:153
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2123 |
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` = 85) AND (b.`id_shop` = 1) LIMIT 1 |
0.953
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1218 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.952
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1695 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 1260 AND pa.`id_product` = 1260 AND pa.`id_product_attribute` = 173126 LIMIT 1 |
0.952
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5798 (getAvailableDate)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
401 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.951
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1286 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.951
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
848 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.951
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2251 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 600) LIMIT 1 |
0.951
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:16 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd4b1223_09691187)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1958 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 64
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.950
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1096 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.948
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1796 |
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` = 581) AND (b.`id_shop` = 1) LIMIT 1 |
0.948
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:16 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5643 (getProductLink)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2015 |
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` = 92) AND (b.`id_shop` = 1) LIMIT 1 |
0.948
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
327 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.947
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1281 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.947
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1535 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.947
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2156 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 120
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.947
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2031 |
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` = 102) AND (b.`id_shop` = 1) LIMIT 1 |
0.946
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1951 |
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` = 61) AND (b.`id_shop` = 1) LIMIT 1 |
0.945
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1446 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.944
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2180 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 129
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.944
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1012 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 8 LIMIT 1 |
0.943
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1745 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1136 AND `id_group` = 1 LIMIT 1 |
0.943
ms
|
0 |
|
|
/classes/GroupReduction.php:153
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2124 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 85
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.943
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1243 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.943
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1258 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.943
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1962 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 67
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.943
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
906 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.942
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2104 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 26
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.942
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1307 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.941
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2134 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 88
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.941
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
768 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.940
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1041 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.940
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1343 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.940
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2166 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 130
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.940
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
676 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.939
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
199 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.939
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2114 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 57
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.939
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1966 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 29
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.938
ms
|
11 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
879 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.938
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
245 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.937
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1128 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.937
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2014 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 91
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.937
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2025 |
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` = 97) AND (b.`id_shop` = 1) LIMIT 1 |
0.937
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
962 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.936
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1334 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.936
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
257 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.936
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1274 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.936
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1254 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.935
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1517 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.935
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1363 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.934
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2296 |
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a3ddb562a0b286a40c3ba21c8d83965c' AND cache_id="792|1|1|1|3|10" AND compile_id="PRS02045_04" LIMIT 1 |
0.933
ms
|
1 |
|
|
/classes/Smarty/SmartyCustom.php:216
/classes/Smarty/SmartyCustom.php:154 (is_in_lazy_cache)
/classes/Smarty/SmartyCustom.php:122 (check_template_invalidation)
/classes/module/Module.php:2297 (createTemplate)
/classes/module/Module.php:2352 (getCurrentSubTemplate)
/modules/cp_imagehover/cp_imagehover.php:64 (isCached)
/classes/Hook.php:1043 (hookDisplayCpHoverImage)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:144 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
69 |
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.933
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:465 (__construct)
/controllers/front/listing/BestSalesController.php:50 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1260 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.933
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2045 |
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` = 107) AND (b.`id_shop` = 1) LIMIT 1 |
0.933
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1830 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 152231 LIMIT 1 |
0.932
ms
|
1 |
|
|
/classes/Combination.php:560
/classes/Product.php:5661 (getPrice)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1187 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.932
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2053 |
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` = 75) AND (b.`id_shop` = 1) LIMIT 1 |
0.932
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
783 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.931
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1347 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.931
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1641 |
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 10
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 169)
AND ('73055' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '73055')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
0.931
ms
|
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:100
/classes/Product.php:3952 (getTaxCalculator)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5708 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
808 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.930
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
909 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.930
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1319 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.930
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1339 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.929
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1974 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 47
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.929
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1844 |
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` = 1122
AND image_shop.`cover` = 1 LIMIT 1 |
0.929
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5626 (getCover)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2066 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 74
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.929
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1253 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.927
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
635 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.926
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
885 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.926
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1366 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.925
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
210 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.924
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1085 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.924
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2280 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 598) LIMIT 1 |
0.924
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:16 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd4b1223_09691187)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2133 |
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` = 88) AND (b.`id_shop` = 1) LIMIT 1 |
0.923
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2016 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 92
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.923
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2209 |
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='e0c5397e63c2d307e06fc58b4b6598c7' AND cache_id="cp_testimonial|1|1|1|3|10" AND compile_id="PRS02045_04" LIMIT 1 |
0.923
ms
|
1 |
|
|
/classes/Smarty/SmartyCustom.php:216
/classes/Smarty/SmartyCustom.php:154 (is_in_lazy_cache)
/classes/Smarty/SmartyCustom.php:122 (check_template_invalidation)
/classes/module/Module.php:2297 (createTemplate)
/classes/module/Module.php:2352 (getCurrentSubTemplate)
/modules/cp_testimonial/cp_testimonial.php:387 (isCached)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:212 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:78 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1744 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1136 AND id_shop=1 LIMIT 1 |
0.922
ms
|
1 |
|
|
/classes/Product.php:6854
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1767 |
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` = 33 LIMIT 1 |
0.922
ms
|
1 |
|
|
/classes/Category.php:1373
/classes/Product.php:5641 (getLinkRewrite)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1504 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.922
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1735 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 575) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.922
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5780 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1952 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 61
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.922
ms
|
8 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
844 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.921
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1135 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.921
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1522 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.921
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2001 |
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` = 72) AND (b.`id_shop` = 1) LIMIT 1 |
0.921
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
799 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.920
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1130 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.920
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2170 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 126
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.919
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
674 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.918
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1268 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.918
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
74 |
SELECT SQL_NO_CACHE 1 FROM `ps_cart_rule` WHERE ((date_to >= "2024-11-16 00:00:00" AND date_to <= "2024-11-16 23:59:59") OR (date_from >= "2024-11-16 00:00:00" AND date_from <= "2024-11-16 23:59:59") OR (date_from < "2024-11-16 00:00:00" AND date_to > "2024-11-16 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
0.918
ms
|
1 |
|
|
/classes/CartRule.php:357
/classes/CartRule.php:389 (haveCartRuleToday)
/classes/Cart.php:3014 (getCustomerCartRules)
/classes/Cart.php:3405 (getDeliveryOptionList)
/classes/Cart.php:3478 (getDeliveryOption)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2173 (processCalculation)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1149 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.918
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1963 |
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` = 66) AND (b.`id_shop` = 1) LIMIT 1 |
0.917
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
631 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.917
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1166 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.917
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1541 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.917
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
834 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.916
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1427 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.916
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
137 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.915
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
994 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 8 LIMIT 1 |
0.915
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1809 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1039 LIMIT 1 |
0.915
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
141 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.914
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1185 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.914
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1484 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.914
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1077 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.913
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
617 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.913
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
3 |
SELECT SQL_NO_CACHE *
FROM `ps_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
0.912
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:30 (require)
|
1179 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.912
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2326 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 19 AND `id_shop` = 1 LIMIT 1 |
0.912
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/79/47/cb/7947cbca719cdb55c53d4bc223a0b78a3a8bbe72_2.file.footer.tpl.php:32 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bc0525a8_39304673)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:352 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
246 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.911
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
402 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.911
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1299 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.911
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2030 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 99
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.911
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2218 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1118) AND (id_product_attribute = 162497) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.911
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd4b1223_09691187)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
804 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.910
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1813 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1039) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.910
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5780 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2067 |
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` = 76) AND (b.`id_shop` = 1) LIMIT 1 |
0.910
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1342 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.909
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1386 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.909
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1496 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.909
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1309 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.908
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2093 |
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` = 10) AND (b.`id_shop` = 1) LIMIT 1 |
0.908
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1005 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.907
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1188 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.907
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1276 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.907
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2106 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 17
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.907
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1172 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.906
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2089 |
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` = 11) AND (b.`id_shop` = 1) LIMIT 1 |
0.906
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2327 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_contactinfo" LIMIT 1 |
0.906
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/79/47/cb/7947cbca719cdb55c53d4bc223a0b78a3a8bbe72_2.file.footer.tpl.php:41 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bc0525a8_39304673)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:352 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
219 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.905
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
852 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.905
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
859 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.905
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
867 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.905
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
216 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.904
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
316 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.904
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1770 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 801 LIMIT 1 |
0.904
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1746 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1136) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.904
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5780 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
324 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.903
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2058 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 7
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.903
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
270 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.903
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1361 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.903
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1586 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.903
ms
|
0 |
|
|
/classes/module/Module.php:2109
/classes/controller/FrontController.php:1651 (isEnabled)
/classes/controller/FrontController.php:1794 (getDisplayTaxesLabel)
/classes/controller/FrontController.php:543 (getTemplateVarPage)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2127 |
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` = 87) AND (b.`id_shop` = 1) LIMIT 1 |
0.903
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
439 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.902
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1154 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.902
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1330 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.902
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
280 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.902
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
322 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.902
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1681 |
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` = 1260
AND image_shop.`cover` = 1 LIMIT 1 |
0.901
ms
|
3 |
|
|
/classes/Product.php:3570
/classes/Product.php:5626 (getCover)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
673 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.900
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1589 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 10 LIMIT 1 |
0.900
ms
|
1 |
|
|
/classes/Country.php:402
/classes/AddressFormat.php:634 (isNeedDniByCountryId)
/classes/AddressFormat.php:615 (getFormat)
/classes/AddressFormat.php:562 (getAddressCountryFormat)
/classes/AddressFormat.php:438 (getOrderedAddressFields)
/classes/controller/FrontController.php:1754 (generateAddress)
/classes/controller/FrontController.php:544 (getTemplateVarShop)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2154 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 119
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.900
ms
|
2 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
782 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.899
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
98 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.898
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
62 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1 |
0.898
ms
|
3 |
|
|
/classes/Language.php:880
/src/Adapter/Currency/CurrencyDataProvider.php:112 (getIdByLocale)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:208 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/BestSalesController.php:50 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1136 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.898
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
78 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 19
AND crc.id_country = 10 LIMIT 1 |
0.897
ms
|
1 |
|
|
/classes/CartRule.php:492
/classes/Cart.php:3014 (getCustomerCartRules)
/classes/Cart.php:3405 (getDeliveryOptionList)
/classes/Cart.php:3478 (getDeliveryOption)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2173 (processCalculation)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1235 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.897
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1593 |
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM ps_required_field |
0.897
ms
|
1 |
|
|
/classes/ObjectModel.php:1589
/classes/ObjectModel.php:1624 (getFieldsRequiredDatabase)
/classes/ObjectModel.php:1555 (cacheFieldsRequiredDatabase)
/classes/controller/FrontController.php:548 (validateFieldsRequiredDatabase)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2152 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 138
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.897
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
208 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.896
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2149 |
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` = 131) AND (b.`id_shop` = 1) LIMIT 1 |
0.896
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
25 |
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "module-ets_reviews-comment"
OR m.page = "moduleets_reviewscomment"
)
AND ml.id_lang = 3
AND ml.id_shop = 1 LIMIT 1 |
0.895
ms
|
2 |
|
|
/classes/Meta.php:184
/modules/ets_reviews/ets_reviews.php:850 (getMetaByPage)
/classes/Hook.php:1043 (hookModuleRoutes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/override/classes/Dispatcher.php:48 (__construct)
/classes/Dispatcher.php:201 (__construct)
/index.php:31 (getInstance)
|
34 |
SELECT SQL_NO_CACHE *
FROM `ps_meta` a
WHERE (a.`id_meta` = 2) LIMIT 1 |
0.895
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ets_seo/classes/dispatcher/EtsSeoDispatcher.php:559 (__construct)
/override/classes/Dispatcher.php:71 (getController)
/classes/Dispatcher.php:346 (getController)
/index.php:31 (dispatch)
|
748 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.895
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
780 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.894
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1506 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.894
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2029 |
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` = 99) AND (b.`id_shop` = 1) LIMIT 1 |
0.894
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1761 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 972 AND id_shop=1 LIMIT 1 |
0.893
ms
|
1 |
|
|
/classes/Product.php:6854
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1088 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.893
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1360 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.893
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1768 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 33 LIMIT 1 |
0.893
ms
|
1 |
|
|
/classes/Product.php:5642
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
639 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.892
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1181 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.892
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2034 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 100
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.892
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1244 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.892
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1348 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.892
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1759 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 972 LIMIT 1 |
0.892
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1791 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 157327) LIMIT 1 |
0.890
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5893 (__construct)
/classes/Product.php:5856 (computeUnitPriceRatio)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2339 |
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 3
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 35) AND (b.`id_shop` = 1) LIMIT 1 |
0.890
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Link.php:555 (__construct)
/modules/artcokiechoicespro/artcokiechoicespro.php:663 (getCMSLink)
/modules/artcokiechoicespro/artcokiechoicespro.php:746 (cookiesBar)
/classes/Hook.php:1043 (hookDisplayFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/79/47/cb/7947cbca719cdb55c53d4bc223a0b78a3a8bbe72_2.file.footer.tpl.php:88 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/79/47/cb/7947cbca719cdb55c53d4bc223a0b78a3a8bbe72_2.file.footer.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bc0525a8_39304673)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:352 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
971 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.889
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
864 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.888
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
908 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.888
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1922 |
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` = 1156
ORDER BY `position` |
0.888
ms
|
1 |
Yes
|
|
/classes/Product.php:3539
/override/classes/Product.php:81 (getImages)
/override/classes/Product.php:52 (coreGetImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
863 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.888
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2119 |
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` = 54) AND (b.`id_shop` = 1) LIMIT 1 |
0.888
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1308 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.887
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2090 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 11
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.887
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2299 |
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a3ddb562a0b286a40c3ba21c8d83965c' AND cache_id="1156|1|1|1|3|10" AND compile_id="PRS02045_04" LIMIT 1 |
0.887
ms
|
1 |
|
|
/classes/Smarty/SmartyCustom.php:216
/classes/Smarty/SmartyCustom.php:154 (is_in_lazy_cache)
/classes/Smarty/SmartyCustom.php:122 (check_template_invalidation)
/classes/module/Module.php:2297 (createTemplate)
/classes/module/Module.php:2352 (getCurrentSubTemplate)
/modules/cp_imagehover/cp_imagehover.php:64 (isCached)
/classes/Hook.php:1043 (hookDisplayCpHoverImage)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:144 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1303 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.886
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
329 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.886
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
637 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.886
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1054 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.886
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2038 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 103
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.886
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2228 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 66 LIMIT 1 |
0.886
ms
|
0 |
|
|
/classes/Category.php:1373
/classes/Product.php:758 (getLinkRewrite)
/override/classes/Product.php:16 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd4b1223_09691187)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
972 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.885
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
975 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.885
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1199 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.885
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1763 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 972) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.885
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5780 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
856 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.884
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1036 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.884
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1502 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.884
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1666 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 3
AND `active` = 1 LIMIT 1 |
0.884
ms
|
1 |
|
|
/classes/Manufacturer.php:312
/classes/Product.php:5652 (getNameById)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
805 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.883
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2092 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 13
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.883
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1497 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.882
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2042 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 105
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.882
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
330 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.881
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2139 |
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` = 118) AND (b.`id_shop` = 1) LIMIT 1 |
0.881
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
750 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.879
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1194 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.879
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2129 |
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` = 31) AND (b.`id_shop` = 1) LIMIT 1 |
0.879
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
456 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.879
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2164 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 124
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.879
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1667 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 155965 LIMIT 1 |
0.878
ms
|
1 |
|
|
/classes/Combination.php:560
/classes/Product.php:5661 (getPrice)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
911 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.877
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1385 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.877
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1526 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.877
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2161 |
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` = 123) AND (b.`id_shop` = 1) LIMIT 1 |
0.877
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
125 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.877
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2204 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "cp_sidebarfeaturedproducts" LIMIT 1 |
0.877
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:212 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:78 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
973 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.875
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1961 |
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` = 67) AND (b.`id_shop` = 1) LIMIT 1 |
0.875
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2137 |
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` = 113) AND (b.`id_shop` = 1) LIMIT 1 |
0.875
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1582 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.874
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2196 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "cp_verticalmenu" LIMIT 1 |
0.874
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:212 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:78 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1450 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.874
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1066 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.873
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2282 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 598
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.873
ms
|
7 |
Yes
|
Yes
|
/classes/Product.php:2731
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd4b1223_09691187)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2172 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 127
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.872
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
297 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.872
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
779 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.872
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1930 |
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` = 976
ORDER BY `position` |
0.872
ms
|
1 |
Yes
|
|
/classes/Product.php:3539
/override/classes/Product.php:81 (getImages)
/override/classes/Product.php:52 (coreGetImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2153 |
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` = 119) AND (b.`id_shop` = 1) LIMIT 1 |
0.872
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
113 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.871
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1986 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 59
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.871
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
11 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.871
ms
|
0 |
|
|
/classes/module/Module.php:2109
/config/smartyfront.config.inc.php:58 (isEnabled)
/config/smarty.config.inc.php:59 (require_once)
/config/config.inc.php:245 (require_once)
/index.php:30 (require)
|
214 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.871
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2201 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "cp_sidebarnewproducts" LIMIT 1 |
0.871
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:212 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:78 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2311 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1122 AND `id_shop` = 1 |
0.871
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:16 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd4b1223_09691187)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1488 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.870
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2062 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 73
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.870
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
745 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.869
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
785 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.869
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1978 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 49
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.869
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2105 |
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` = 17) AND (b.`id_shop` = 1) LIMIT 1 |
0.869
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
904 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.868
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
978 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.868
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1583 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.868
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
288 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.867
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1084 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.867
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
213 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.867
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
263 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.867
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
961 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.867
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1150 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.867
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1445 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.867
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1866 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1031) |
0.867
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
134 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.866
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1668 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 621 LIMIT 1 |
0.866
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1781 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 598) |
0.866
ms
|
7 |
|
|
/classes/Product.php:3860
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2002 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 72
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.866
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2138 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 113
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.866
ms
|
6 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2174 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 132
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.866
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
945 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 1 LIMIT 1 |
0.865
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1146 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.865
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1157 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.865
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1223 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.865
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1650 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 162494) LIMIT 1 |
0.865
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5893 (__construct)
/classes/Product.php:5856 (computeUnitPriceRatio)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1151 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.864
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1511 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.864
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1672 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 621) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.864
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5780 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1196 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.863
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2341 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 91 AND `id_shop` = 1 LIMIT 1 |
0.863
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/79/47/cb/7947cbca719cdb55c53d4bc223a0b78a3a8bbe72_2.file.footer.tpl.php:62 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bc0525a8_39304673)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:352 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2160 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 122
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.863
ms
|
3 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1074 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.862
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1920 |
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` = 792
ORDER BY `position` |
0.862
ms
|
2 |
Yes
|
|
/classes/Product.php:3539
/override/classes/Product.php:81 (getImages)
/override/classes/Product.php:52 (coreGetImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1985 |
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` = 59) AND (b.`id_shop` = 1) LIMIT 1 |
0.862
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2212 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1118 AND `id_shop` = 1 |
0.862
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:16 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd4b1223_09691187)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1046 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.862
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2191 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_mainmenu" LIMIT 1 |
0.861
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1313 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.860
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1382 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.860
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
123 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.860
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1970 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 44
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.860
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
115 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.859
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
997 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.859
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1168 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.859
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1679 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 155965) LIMIT 1 |
0.859
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5893 (__construct)
/classes/Product.php:5856 (computeUnitPriceRatio)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2032 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 102
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.859
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
30 |
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "module-ets_seo-rss"
OR m.page = "moduleets_seorss"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
0.858
ms
|
2 |
|
|
/classes/Meta.php:184
/modules/ets_seo/classes/dispatcher/EtsSeoDispatcher.php:760 (getMetaByPage)
/override/classes/Dispatcher.php:49 (mergeRssRoute)
/classes/Dispatcher.php:201 (__construct)
/index.php:31 (getInstance)
|
669 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.858
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1956 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 63
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.858
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2131 |
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` = 81) AND (b.`id_shop` = 1) LIMIT 1 |
0.858
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2315 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1122) AND (id_product_attribute = 162515) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.858
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd4b1223_09691187)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
58 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1 |
0.857
ms
|
3 |
|
|
/classes/Language.php:880
/src/Adapter/Currency/CurrencyDataProvider.php:112 (getIdByLocale)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:208 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/BestSalesController.php:50 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2147 |
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` = 116) 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/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
996 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.857
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2125 |
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` = 110) AND (b.`id_shop` = 1) LIMIT 1 |
0.856
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1864 |
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` = 1031) AND (b.`id_shop` = 1) LIMIT 1 |
0.856
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:16 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5643 (getProductLink)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1540 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.855
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1699 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 173126 |
0.855
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5893 (__construct)
/classes/Product.php:5856 (computeUnitPriceRatio)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
105 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.853
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
241 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.853
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
860 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.853
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2207 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "cp_testimonial" LIMIT 1 |
0.853
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:212 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:78 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1891 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 621 |
0.852
ms
|
7 |
|
|
/classes/Product.php:2899
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2035 |
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` = 101) AND (b.`id_shop` = 1) LIMIT 1 |
0.851
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
643 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.851
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2167 |
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` = 125) AND (b.`id_shop` = 1) LIMIT 1 |
0.851
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
964 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.850
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
706 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.850
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
806 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.850
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1164 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.849
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1448 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.849
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
272 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.848
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
794 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.847
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
264 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.846
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
952 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.846
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
269 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.846
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1513 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.846
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1960 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 65
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.846
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2121 |
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` = 53) AND (b.`id_shop` = 1) LIMIT 1 |
0.846
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1358 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.845
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
53 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1 |
0.845
ms
|
3 |
|
|
/classes/Language.php:880
/src/Adapter/Currency/CurrencyDataProvider.php:112 (getIdByLocale)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:208 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/BestSalesController.php:50 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
90 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.845
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1362 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.845
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1518 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.845
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1812 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1039 AND `id_group` = 1 LIMIT 1 |
0.845
ms
|
0 |
|
|
/classes/GroupReduction.php:153
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2003 |
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` = 80) AND (b.`id_shop` = 1) LIMIT 1 |
0.845
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
699 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.844
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1659 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 713 AND `id_group` = 1 LIMIT 1 |
0.844
ms
|
0 |
|
|
/classes/GroupReduction.php:153
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1848 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 162514 LIMIT 1 |
0.844
ms
|
1 |
|
|
/classes/Combination.php:560
/classes/Product.php:5661 (getPrice)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1630 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 0 LIMIT 1 |
0.842
ms
|
1 |
|
|
/classes/SpecificPrice.php:426
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2054 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 75
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.842
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2177 |
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` = 128) AND (b.`id_shop` = 1) LIMIT 1 |
0.842
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2328 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 5 AND `id_shop` = 1 LIMIT 1 |
0.842
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/79/47/cb/7947cbca719cdb55c53d4bc223a0b78a3a8bbe72_2.file.footer.tpl.php:41 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bc0525a8_39304673)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:352 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1101 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.842
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1578 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.842
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2213 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 89 LIMIT 1 |
0.842
ms
|
0 |
|
|
/classes/Category.php:1373
/classes/Product.php:758 (getLinkRewrite)
/override/classes/Product.php:16 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd4b1223_09691187)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1345 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.841
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2158 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 121
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.841
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1902 |
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` = 575
ORDER BY `position` |
0.840
ms
|
1 |
Yes
|
|
/classes/Product.php:3539
/override/classes/Product.php:81 (getImages)
/override/classes/Product.php:52 (coreGetImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
14 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 188 AND `id_shop` = 1 LIMIT 1 |
0.840
ms
|
1 |
|
|
/classes/module/Module.php:2109
/override/classes/Dispatcher.php:38 (isEnabled)
/classes/Dispatcher.php:201 (__construct)
/index.php:31 (getInstance)
|
1008 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 8 LIMIT 1 |
0.840
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1209 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.840
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1470 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.840
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
291 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.839
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2028 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 98
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.839
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2135 |
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` = 112) AND (b.`id_shop` = 1) LIMIT 1 |
0.839
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1577 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.838
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
184 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.837
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1250 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.837
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1914 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (157327, 157328, 157329, 157330, 157331, 157332, 157333) AND il.`id_lang` = 3 ORDER by i.`position` |
0.837
ms
|
7 |
Yes
|
|
/classes/Product.php:2915
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2020 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 94
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.837
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
136 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.836
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1954 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 62
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.836
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1967 |
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` = 43) AND (b.`id_shop` = 1) LIMIT 1 |
0.836
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2103 |
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` = 26) AND (b.`id_shop` = 1) LIMIT 1 |
0.836
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1159 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.835
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
104 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.835
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1162 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.835
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1213 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.835
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1239 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.835
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1032 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.834
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1748 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1136) AND (id_product_attribute = 152182) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.834
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5791 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1822 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 792 AND `id_group` = 1 LIMIT 1 |
0.834
ms
|
0 |
|
|
/classes/GroupReduction.php:153
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1993 |
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` = 36) AND (b.`id_shop` = 1) LIMIT 1 |
0.834
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1996 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 37
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.834
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
261 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.833
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1249 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.833
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1293 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.833
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1525 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.833
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
59 |
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'EUR') LIMIT 1 |
0.832
ms
|
1 |
|
|
/classes/Currency.php:893
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:208 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/BestSalesController.php:50 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
457 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.832
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1945 |
SELECT SQL_NO_CACHE DISTINCT `id_product`
FROM `ps_stfeature_compare` c
LEFT JOIN `ps_stfeature_compare_product` cp ON (cp.`id_compare` = c.`id_compare`)
WHERE cp.`id_compare` = 0 |
0.832
ms
|
0 |
|
|
/modules/stfeature/classes/CompareProduct.php:48
/modules/stfeature/stfeature.php:996 (getCompareProducts)
/classes/Hook.php:1043 (hookdisplayStCompareTopLink)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04/8c/8a/0c/8c8a0c25a474d7838defa7579cd47e8e241badde_2.module.cp_sideverticalmenuviewstemplateshookcp_sideverticalmenu.tpl.php:65 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb73d285_48928273)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2273 (fetch)
/modules/cp_sideverticalmenu/cp_sideverticalmenu.php:1446 (fetch)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2179 |
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` = 129) AND (b.`id_shop` = 1) LIMIT 1 |
0.832
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1482 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.831
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
789 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.831
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
953 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.831
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1304 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.831
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1734 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 575 AND `id_group` = 1 LIMIT 1 |
0.830
ms
|
0 |
|
|
/classes/GroupReduction.php:153
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
31 |
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "module-ets_seo-rss"
OR m.page = "moduleets_seorss"
)
AND ml.id_lang = 2
AND ml.id_shop = 1 LIMIT 1 |
0.829
ms
|
2 |
|
|
/classes/Meta.php:184
/modules/ets_seo/classes/dispatcher/EtsSeoDispatcher.php:760 (getMetaByPage)
/override/classes/Dispatcher.php:49 (mergeRssRoute)
/classes/Dispatcher.php:201 (__construct)
/index.php:31 (getInstance)
|
87 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.829
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2171 |
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` = 127) AND (b.`id_shop` = 1) LIMIT 1 |
0.829
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2037 |
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` = 103) AND (b.`id_shop` = 1) LIMIT 1 |
0.828
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
100 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.827
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
977 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.827
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1999 |
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` = 71) AND (b.`id_shop` = 1) LIMIT 1 |
0.827
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2188 |
SELECT SQL_NO_CACHE DISTINCT `id_product`
FROM `ps_stfeature_compare` c
LEFT JOIN `ps_stfeature_compare_product` cp ON (cp.`id_compare` = c.`id_compare`)
WHERE cp.`id_compare` = 0 |
0.827
ms
|
0 |
|
|
/modules/stfeature/classes/CompareProduct.php:48
/modules/stfeature/stfeature.php:996 (getCompareProducts)
/classes/Hook.php:1043 (hookdisplayStCompareTopLink)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04/35/65/5e/35655e6409b6198f29dd6e732ef9598dec599880_2.module.ps_shoppingcartps_shoppingcart.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb984a13_96546857)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2273 (fetch)
/modules/ps_shoppingcart/ps_shoppingcart.php:136 (fetch)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:138 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1312 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.827
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1992 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 35
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.827
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
124 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.826
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1026 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.826
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1955 |
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` = 63) AND (b.`id_shop` = 1) LIMIT 1 |
0.826
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
155 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.826
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1300 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.826
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1147 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.825
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2148 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 116
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.825
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
380 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.825
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2018 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 93
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.825
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1800 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 581 AND `id_group` = 1 LIMIT 1 |
0.824
ms
|
0 |
|
|
/classes/GroupReduction.php:153
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1062 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.824
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1438 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.824
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1971 |
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` = 45) AND (b.`id_shop` = 1) LIMIT 1 |
0.824
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2219 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1118) AND (id_product_attribute = 162498) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.824
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd4b1223_09691187)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2325 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_emailsubscription" LIMIT 1 |
0.824
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/79/47/cb/7947cbca719cdb55c53d4bc223a0b78a3a8bbe72_2.file.footer.tpl.php:32 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bc0525a8_39304673)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:352 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1925 |
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` = 1122
ORDER BY `position` |
0.823
ms
|
1 |
Yes
|
|
/classes/Product.php:3539
/override/classes/Product.php:81 (getImages)
/override/classes/Product.php:52 (coreGetImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
149 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.822
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1212 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.822
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
281 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.821
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
460 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.821
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1915 |
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` = 581
ORDER BY `position` |
0.821
ms
|
1 |
Yes
|
|
/classes/Product.php:3539
/override/classes/Product.php:81 (getImages)
/override/classes/Product.php:52 (coreGetImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
917 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.820
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1837 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1156) AND (id_product_attribute = 152231) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.820
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5791 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2243 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 1260
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.820
ms
|
2 |
Yes
|
Yes
|
/classes/Product.php:2731
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd4b1223_09691187)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2111 |
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` = 30) AND (b.`id_shop` = 1) LIMIT 1 |
0.819
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1729 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 16 LIMIT 1 |
0.819
ms
|
1 |
|
|
/classes/Product.php:5642
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1901 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (157334, 157335, 157336, 157337, 157338, 157339, 157340) AND il.`id_lang` = 3 ORDER by i.`position` |
0.819
ms
|
7 |
Yes
|
|
/classes/Product.php:2915
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2022 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 95
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.819
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2094 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 10
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.819
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2181 |
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` = 134) AND (b.`id_shop` = 1) LIMIT 1 |
0.819
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2183 |
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` = 135) AND (b.`id_shop` = 1) LIMIT 1 |
0.819
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1534 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.818
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2011 |
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` = 90) AND (b.`id_shop` = 1) LIMIT 1 |
0.818
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1063 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.817
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1532 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.817
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2187 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 9 AND `id_shop` = 1 LIMIT 1 |
0.817
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:138 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2221 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 0
AND `active` = 1 LIMIT 1 |
0.817
ms
|
0 |
|
|
/classes/Manufacturer.php:312
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:54 (getNameById)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
650 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.816
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
301 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.816
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
305 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.816
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
836 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.816
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1379 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.816
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
292 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.815
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1531 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.815
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2098 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 16
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.815
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1983 |
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` = 48) AND (b.`id_shop` = 1) LIMIT 1 |
0.814
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1514 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.814
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1684 |
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` = 1260) AND (b.`id_shop` = 1) LIMIT 1 |
0.814
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:16 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5643 (getProductLink)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2130 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 31
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.814
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1094 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.813
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2240 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1260) LIMIT 1 |
0.813
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:16 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd4b1223_09691187)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1160 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.812
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1184 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.812
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1205 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.812
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2007 |
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` = 137) AND (b.`id_shop` = 1) LIMIT 1 |
0.812
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2157 |
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` = 121) AND (b.`id_shop` = 1) LIMIT 1 |
0.812
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
18 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 3
AND id_shop = 1 LIMIT 1 |
0.811
ms
|
1 |
|
|
/classes/ObjectModel.php:1724
/classes/Tools.php:642 (isAssociatedToShop)
/classes/Dispatcher.php:236 (switchLanguage)
/override/classes/Dispatcher.php:48 (__construct)
/classes/Dispatcher.php:201 (__construct)
/index.php:31 (getInstance)
|
1099 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.811
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
132 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.811
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1331 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.810
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1980 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 46
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.810
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1984 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 48
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.810
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1521 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.810
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
976 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.809
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
807 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.808
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1341 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.808
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2145 |
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` = 117) AND (b.`id_shop` = 1) LIMIT 1 |
0.808
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2182 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 134
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.808
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
55 |
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'CHF') LIMIT 1 |
0.807
ms
|
1 |
|
|
/classes/Currency.php:893
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:208 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/BestSalesController.php:50 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
97 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.807
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1059 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.807
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1202 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.807
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1433 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.807
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1850 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1122) |
0.807
ms
|
5 |
|
|
/classes/Product.php:3860
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2301 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1156 AND `id_shop` = 1 |
0.806
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:16 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd4b1223_09691187)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
621 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.805
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
954 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.805
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1473 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.805
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1823 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 792) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.805
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5780 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1206 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.804
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
52 |
SELECT SQL_NO_CACHE * FROM `ps_currency` c ORDER BY `iso_code` ASC |
0.804
ms
|
3 |
Yes
|
|
/classes/Currency.php:708
/src/Adapter/Currency/CurrencyDataProvider.php:84 (findAllInstalled)
/src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php:90 (findAllInstalled)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (getAllInstalledCurrencyIsoCodes)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:208 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/BestSalesController.php:50 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
111 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.804
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1314 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.804
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1302 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.803
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1315 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.803
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1365 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.803
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1452 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.803
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1505 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.803
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
68 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1 |
0.802
ms
|
1 |
|
|
/classes/ObjectModel.php:1724
/classes/Tools.php:699 (isAssociatedToShop)
/classes/controller/FrontController.php:366 (setCurrency)
/controllers/front/listing/BestSalesController.php:50 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1061 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.802
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1301 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.802
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1843 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 152231 |
0.802
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5893 (__construct)
/classes/Product.php:5856 (computeUnitPriceRatio)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2247 |
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a3ddb562a0b286a40c3ba21c8d83965c' AND cache_id="925|1|1|1|3|10" AND compile_id="PRS02045_04" LIMIT 1 |
0.801
ms
|
1 |
|
|
/classes/Smarty/SmartyCustom.php:216
/classes/Smarty/SmartyCustom.php:154 (is_in_lazy_cache)
/classes/Smarty/SmartyCustom.php:122 (check_template_invalidation)
/classes/module/Module.php:2297 (createTemplate)
/classes/module/Module.php:2352 (getCurrentSubTemplate)
/modules/cp_imagehover/cp_imagehover.php:64 (isCached)
/classes/Hook.php:1043 (hookDisplayCpHoverImage)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:144 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
44 |
SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions`
WHERE `id_shop` IN (1) |
0.799
ms
|
10 |
|
|
/classes/module/Module.php:2018
/classes/Hook.php:929 (getExceptionsStatic)
/classes/Dispatcher.php:351 (exec)
/index.php:31 (dispatch)
|
102 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.799
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1175 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.799
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1441 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.799
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
233 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.798
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1310 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.798
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1428 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.798
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2199 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 93 AND `id_shop` = 1 LIMIT 1 |
0.798
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:212 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:78 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1932 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "cp_headercms1" LIMIT 1 |
0.797
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:73 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
858 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.796
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1201 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.796
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
101 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.795
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
749 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 8 LIMIT 1 |
0.795
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1119 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.793
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
636 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.793
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2281 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 598 AND `id_shop` = 1 |
0.793
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:16 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd4b1223_09691187)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
162 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.792
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2012 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 90
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.792
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1957 |
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` = 64) AND (b.`id_shop` = 1) LIMIT 1 |
0.791
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2165 |
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` = 130) AND (b.`id_shop` = 1) LIMIT 1 |
0.791
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1040 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.790
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1437 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.790
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
243 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.790
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1762 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 972 AND `id_group` = 1 LIMIT 1 |
0.790
ms
|
0 |
|
|
/classes/GroupReduction.php:153
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1987 |
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` = 86) AND (b.`id_shop` = 1) LIMIT 1 |
0.789
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
128 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.789
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1972 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 45
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.789
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
461 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.788
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1443 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.787
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1523 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.787
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1819 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 792 LIMIT 1 |
0.787
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1965 |
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` = 29) AND (b.`id_shop` = 1) LIMIT 1 |
0.787
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2342 |
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='5c5e71d91c6d40cd7e19d308d47a777e' AND cache_id="cp_footercms1|1|1|1|3|10" AND compile_id="PRS02045_04" LIMIT 1 |
0.787
ms
|
1 |
|
|
/classes/Smarty/SmartyCustom.php:216
/classes/Smarty/SmartyCustom.php:154 (is_in_lazy_cache)
/classes/Smarty/SmartyCustom.php:122 (check_template_invalidation)
/classes/module/Module.php:2297 (createTemplate)
/classes/module/Module.php:2352 (getCurrentSubTemplate)
/modules/cp_footercms1/cp_footercms1.php:279 (isCached)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/79/47/cb/7947cbca719cdb55c53d4bc223a0b78a3a8bbe72_2.file.footer.tpl.php:62 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bc0525a8_39304673)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:352 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
218 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.786
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1075 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.786
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1928 |
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` = 1031
ORDER BY `position` |
0.786
ms
|
1 |
Yes
|
|
/classes/Product.php:3539
/override/classes/Product.php:81 (getImages)
/override/classes/Product.php:52 (coreGetImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2210 |
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a3ddb562a0b286a40c3ba21c8d83965c' AND cache_id="1118|1|1|1|3|10" AND compile_id="PRS02045_04" LIMIT 1 |
0.786
ms
|
1 |
|
|
/classes/Smarty/SmartyCustom.php:216
/classes/Smarty/SmartyCustom.php:154 (is_in_lazy_cache)
/classes/Smarty/SmartyCustom.php:122 (check_template_invalidation)
/classes/module/Module.php:2297 (createTemplate)
/classes/module/Module.php:2352 (getCurrentSubTemplate)
/modules/cp_imagehover/cp_imagehover.php:64 (isCached)
/classes/Hook.php:1043 (hookDisplayCpHoverImage)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:144 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
968 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.785
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
290 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.785
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2291 |
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a3ddb562a0b286a40c3ba21c8d83965c' AND cache_id="581|1|1|1|3|10" AND compile_id="PRS02045_04" LIMIT 1 |
0.784
ms
|
1 |
|
|
/classes/Smarty/SmartyCustom.php:216
/classes/Smarty/SmartyCustom.php:154 (is_in_lazy_cache)
/classes/Smarty/SmartyCustom.php:122 (check_template_invalidation)
/classes/module/Module.php:2297 (createTemplate)
/classes/module/Module.php:2352 (getCurrentSubTemplate)
/modules/cp_imagehover/cp_imagehover.php:64 (isCached)
/classes/Hook.php:1043 (hookDisplayCpHoverImage)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:144 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
143 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.784
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1449 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.784
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2115 |
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` = 56) AND (b.`id_shop` = 1) LIMIT 1 |
0.784
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
191 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.783
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
321 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.782
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1323 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.782
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1997 |
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` = 84) AND (b.`id_shop` = 1) LIMIT 1 |
0.782
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2276 |
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a3ddb562a0b286a40c3ba21c8d83965c' AND cache_id="801|1|1|1|3|10" AND compile_id="PRS02045_04" LIMIT 1 |
0.782
ms
|
1 |
|
|
/classes/Smarty/SmartyCustom.php:216
/classes/Smarty/SmartyCustom.php:154 (is_in_lazy_cache)
/classes/Smarty/SmartyCustom.php:122 (check_template_invalidation)
/classes/module/Module.php:2297 (createTemplate)
/classes/module/Module.php:2352 (getCurrentSubTemplate)
/modules/cp_imagehover/cp_imagehover.php:64 (isCached)
/classes/Hook.php:1043 (hookDisplayCpHoverImage)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:144 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2316 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1122) AND (id_product_attribute = 162516) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.782
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd4b1223_09691187)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1376 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.781
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1464 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.781
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
139 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.781
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
462 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.780
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1390 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.780
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
326 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.780
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1322 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.780
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
314 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.779
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1959 |
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` = 65) AND (b.`id_shop` = 1) LIMIT 1 |
0.779
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
283 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.779
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1332 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.779
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1139 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.778
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1351 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.778
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1225 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.777
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1311 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.777
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1973 |
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` = 47) AND (b.`id_shop` = 1) LIMIT 1 |
0.777
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1994 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 36
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.777
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1998 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 84
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.777
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1367 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.775
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
163 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.774
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1316 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.774
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2155 |
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` = 120) AND (b.`id_shop` = 1) LIMIT 1 |
0.774
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1990 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 34
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.774
ms
|
5 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1757 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 84 LIMIT 1 |
0.773
ms
|
1 |
|
|
/classes/Product.php:5642
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1804 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1039
AND image_shop.`cover` = 1 LIMIT 1 |
0.773
ms
|
6 |
|
|
/classes/Product.php:3570
/classes/Product.php:5626 (getCover)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1923 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1156 |
0.773
ms
|
5 |
|
|
/classes/Product.php:2899
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
795 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.772
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1133 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.772
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1208 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.772
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1344 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.772
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1574 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.772
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1651 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 162494 |
0.772
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5893 (__construct)
/classes/Product.php:5856 (computeUnitPriceRatio)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1976 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 52
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.772
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
276 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.771
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1176 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.771
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
429 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.770
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2173 |
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` = 132) AND (b.`id_shop` = 1) LIMIT 1 |
0.769
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
464 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.768
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
103 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.768
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1251 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.768
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2021 |
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` = 95) AND (b.`id_shop` = 1) LIMIT 1 |
0.768
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2333 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "cp_parallaximages" LIMIT 1 |
0.768
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/79/47/cb/7947cbca719cdb55c53d4bc223a0b78a3a8bbe72_2.file.footer.tpl.php:88 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/79/47/cb/7947cbca719cdb55c53d4bc223a0b78a3a8bbe72_2.file.footer.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bc0525a8_39304673)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:352 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
222 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.767
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1297 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.767
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2245 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1260) AND (id_product_attribute = 173125) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.767
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd4b1223_09691187)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
255 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.766
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1198 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.766
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1486 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.766
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1567 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.766
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2340 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "cp_footercms1" LIMIT 1 |
0.766
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/79/47/cb/7947cbca719cdb55c53d4bc223a0b78a3a8bbe72_2.file.footer.tpl.php:62 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bc0525a8_39304673)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:352 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1318 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.766
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
271 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.765
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2269 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1136) AND (id_product_attribute = 152183) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.765
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd4b1223_09691187)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
398 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.765
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1981 |
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` = 50) AND (b.`id_shop` = 1) LIMIT 1 |
0.765
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
144 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.764
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
268 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.764
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1140 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.764
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
719 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.763
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2265 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1136) 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)
/override/classes/Product.php:16 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd4b1223_09691187)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
172 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.762
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1027 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.762
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
91 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.761
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
248 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.761
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1195 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.761
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1808 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 7
AND `active` = 1 LIMIT 1 |
0.761
ms
|
1 |
|
|
/classes/Manufacturer.php:312
/classes/Product.php:5652 (getNameById)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1968 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 43
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.761
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1977 |
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` = 49) AND (b.`id_shop` = 1) LIMIT 1 |
0.761
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2238 |
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a3ddb562a0b286a40c3ba21c8d83965c' AND cache_id="1260|1|1|1|3|10" AND compile_id="PRS02045_04" LIMIT 1 |
0.761
ms
|
1 |
|
|
/classes/Smarty/SmartyCustom.php:216
/classes/Smarty/SmartyCustom.php:154 (is_in_lazy_cache)
/classes/Smarty/SmartyCustom.php:122 (check_template_invalidation)
/classes/module/Module.php:2297 (createTemplate)
/classes/module/Module.php:2352 (getCurrentSubTemplate)
/modules/cp_imagehover/cp_imagehover.php:64 (isCached)
/classes/Hook.php:1043 (hookDisplayCpHoverImage)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:144 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
129 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.760
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1033 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.760
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
106 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.758
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
614 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.757
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1158 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.757
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1350 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.757
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1782 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 598 AND id_shop=1 LIMIT 1 |
0.757
ms
|
1 |
|
|
/classes/Product.php:6854
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2274 |
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a3ddb562a0b286a40c3ba21c8d83965c' AND cache_id="972|1|1|1|3|10" AND compile_id="PRS02045_04" LIMIT 1 |
0.757
ms
|
1 |
|
|
/classes/Smarty/SmartyCustom.php:216
/classes/Smarty/SmartyCustom.php:154 (is_in_lazy_cache)
/classes/Smarty/SmartyCustom.php:122 (check_template_invalidation)
/classes/module/Module.php:2297 (createTemplate)
/classes/module/Module.php:2352 (getCurrentSubTemplate)
/modules/cp_imagehover/cp_imagehover.php:64 (isCached)
/classes/Hook.php:1043 (hookDisplayCpHoverImage)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:144 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
640 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.756
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1231 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.756
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2009 |
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` = 89) AND (b.`id_shop` = 1) LIMIT 1 |
0.756
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1230 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.755
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
188 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.754
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
279 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.754
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
186 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.754
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
993 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.754
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1465 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.754
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
262 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.753
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1895 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (173125, 173126) AND il.`id_lang` = 3 ORDER by i.`position` |
0.753
ms
|
2 |
Yes
|
|
/classes/Product.php:2915
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1975 |
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` = 52) AND (b.`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/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
682 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.752
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
200 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.752
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
428 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.752
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1127 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.752
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2169 |
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` = 126) AND (b.`id_shop` = 1) LIMIT 1 |
0.752
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
571 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.751
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1340 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.751
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1576 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.751
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1706 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 925 AND id_shop=1 LIMIT 1 |
0.751
ms
|
1 |
|
|
/classes/Product.php:6854
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1197 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.751
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
152 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.750
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1138 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.750
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
620 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.749
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1214 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.749
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1702 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 52 LIMIT 1 |
0.749
ms
|
1 |
|
|
/classes/Product.php:5642
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
51 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.749
ms
|
0 |
|
|
/classes/module/Module.php:2109
/modules/ets_seo/ets_seo.php:138 (isEnabled)
: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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:351 (exec)
/index.php:31 (dispatch)
|
2186 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_shoppingcart" LIMIT 1 |
0.749
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:138 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1500 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.747
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1670 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 621 AND id_shop=1 LIMIT 1 |
0.747
ms
|
1 |
|
|
/classes/Product.php:6854
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1292 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.746
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2256 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 600) AND (id_product_attribute = 157336) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.746
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd4b1223_09691187)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
130 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.745
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
642 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.745
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
862 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.745
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2027 |
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` = 98) AND (b.`id_shop` = 1) LIMIT 1 |
0.745
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
373 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.745
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1934 |
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `ps_currency` c
LEFT JOIN ps_currency_shop cs ON (cs.id_currency = c.id_currency AND cs.id_shop = 1)
WHERE c.`active` = 1 AND c.`deleted` = 0 LIMIT 1 |
0.745
ms
|
3 |
|
|
/classes/Currency.php:1134
/classes/Currency.php:1153 (countActiveCurrencies)
/classes/module/Module.php:2204 (isMultiCurrencyActivated)
/modules/cp_headercms1/cp_headercms1.php:279 (getCacheId)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:73 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
644 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.744
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
969 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.744
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
613 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.743
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1305 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.743
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1440 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.743
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
73 |
SELECT SQL_NO_CACHE 1 FROM ps_cart_product cp INNER JOIN ps_product p
ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=0 LIMIT 1 |
0.743
ms
|
1 |
|
|
/classes/Cart.php:4186
/classes/Cart.php:4167 (hasProducts)
/classes/Cart.php:2117 (isVirtualCart)
/src/Adapter/Presenter/Cart/CartPresenter.php:333 (getOrderTotal)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1155 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.743
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1756 |
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` = 84 LIMIT 1 |
0.743
ms
|
1 |
|
|
/classes/Category.php:1373
/classes/Product.php:5641 (getLinkRewrite)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
231 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.742
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1479 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.742
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
340 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.741
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
619 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.741
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1831 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1156 LIMIT 1 |
0.741
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2288 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 598) AND (id_product_attribute = 157332) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.741
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd4b1223_09691187)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
743 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.740
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
289 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.740
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
175 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.739
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1480 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.739
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
578 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.738
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1161 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.738
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2252 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 600 AND `id_shop` = 1 |
0.738
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:16 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd4b1223_09691187)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
54 |
SELECT SQL_NO_CACHE value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.737
ms
|
1 |
|
|
/classes/shop/Shop.php:1183
/classes/Currency.php:968 (isFeatureActive)
/classes/Currency.php:890 (getIdByQuery)
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:208 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/BestSalesController.php:50 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
240 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 8 LIMIT 1 |
0.737
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1444 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.737
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1537 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.737
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
61 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1 |
0.736
ms
|
3 |
|
|
/classes/Language.php:880
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:115 (getIdByLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:208 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/BestSalesController.php:50 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
193 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.736
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
309 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.736
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
352 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.736
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1203 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.735
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1219 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.735
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1431 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.735
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1472 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.735
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
342 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.734
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1680 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 155965 |
0.734
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5893 (__construct)
/classes/Product.php:5856 (computeUnitPriceRatio)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2270 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1136) AND (id_product_attribute = 152184) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.734
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd4b1223_09691187)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2284 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 598) AND (id_product_attribute = 157328) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.734
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd4b1223_09691187)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
275 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.733
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2239 |
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='200c3cef5cd55db41c7567786856b582' AND cache_id="1260|1|1|1|3|10" AND compile_id="PRS02045_04" LIMIT 1 |
0.733
ms
|
1 |
|
|
/classes/Smarty/SmartyCustom.php:216
/classes/Smarty/SmartyCustom.php:154 (is_in_lazy_cache)
/classes/Smarty/SmartyCustom.php:122 (check_template_invalidation)
/classes/module/Module.php:2297 (createTemplate)
/classes/module/Module.php:2232 (getCurrentSubTemplate)
/modules/cp_imagehover/cp_imagehover.php:86 (display)
/classes/Hook.php:1043 (hookDisplayCpHoverImage)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:144 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
71 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
0.732
ms
|
1 |
|
|
/classes/ObjectModel.php:1724
/classes/Group.php:400 (isAssociatedToShop)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/classes/controller/FrontController.php:465 (__construct)
/controllers/front/listing/BestSalesController.php:50 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1129 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.732
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
449 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.731
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
979 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.731
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1132 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.731
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1296 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.730
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
918 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.729
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1828 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 89 LIMIT 1 |
0.729
ms
|
1 |
|
|
/classes/Product.php:5642
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2005 |
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` = 51) AND (b.`id_shop` = 1) LIMIT 1 |
0.729
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2013 |
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` = 91) AND (b.`id_shop` = 1) LIMIT 1 |
0.729
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2203 |
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='66b2c791a709f24f10fb8c04ef0285c6' AND cache_id="cp_sidebarnewproducts|1|1|1|3|10" AND compile_id="PRS02045_04" LIMIT 1 |
0.729
ms
|
1 |
|
|
/classes/Smarty/SmartyCustom.php:216
/classes/Smarty/SmartyCustom.php:154 (is_in_lazy_cache)
/classes/Smarty/SmartyCustom.php:122 (check_template_invalidation)
/classes/module/Module.php:2297 (createTemplate)
/classes/module/Module.php:2352 (getCurrentSubTemplate)
/modules/cp_sidebarnewproducts/cp_sidebarnewproducts.php:199 (isCached)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:212 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:78 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1320 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.728
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1451 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.728
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1388 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.728
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
118 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.727
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
712 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.726
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1738 |
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` = 1136
AND image_shop.`cover` = 1 LIMIT 1 |
0.726
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5626 (getCover)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2175 |
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` = 136) 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/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
691 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.725
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1779 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 157327 LIMIT 1 |
0.725
ms
|
1 |
|
|
/classes/Combination.php:560
/classes/Product.php:5661 (getPrice)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1633 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1118 AND id_shop=1 LIMIT 1 |
0.724
ms
|
1 |
|
|
/classes/Product.php:6854
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1989 |
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` = 34) AND (b.`id_shop` = 1) LIMIT 1 |
0.724
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1674 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 621) AND (id_product_attribute = 155965) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.723
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5791 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
189 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 1 LIMIT 1 |
0.721
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
295 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.721
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1478 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.721
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2322 |
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a3ddb562a0b286a40c3ba21c8d83965c' AND cache_id="976|1|1|1|3|10" AND compile_id="PRS02045_04" LIMIT 1 |
0.721
ms
|
1 |
|
|
/classes/Smarty/SmartyCustom.php:216
/classes/Smarty/SmartyCustom.php:154 (is_in_lazy_cache)
/classes/Smarty/SmartyCustom.php:122 (check_template_invalidation)
/classes/module/Module.php:2297 (createTemplate)
/classes/module/Module.php:2352 (getCurrentSubTemplate)
/modules/cp_imagehover/cp_imagehover.php:64 (isCached)
/classes/Hook.php:1043 (hookDisplayCpHoverImage)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:144 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1879 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 976) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.720
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5780 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2118 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 3
AND c.`id_parent` = 55
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.720
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/cp_blocksearch/cp_blocksearch.php:172 (getChildren)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1927 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (162514, 162515, 162516, 162517, 162518) AND il.`id_lang` = 3 ORDER by i.`position` |
0.719
ms
|
5 |
Yes
|
|
/classes/Product.php:2915
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
618 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.718
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1665 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 66 LIMIT 1 |
0.718
ms
|
1 |
|
|
/classes/Product.php:5642
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2330 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_linklist" LIMIT 1 |
0.718
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/79/47/cb/7947cbca719cdb55c53d4bc223a0b78a3a8bbe72_2.file.footer.tpl.php:88 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/79/47/cb/7947cbca719cdb55c53d4bc223a0b78a3a8bbe72_2.file.footer.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bc0525a8_39304673)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:352 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
183 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.718
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
234 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.718
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
912 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.718
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1878 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 976 AND `id_group` = 1 LIMIT 1 |
0.718
ms
|
0 |
|
|
/classes/GroupReduction.php:153
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1912 |
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` = 598
ORDER BY `position` |
0.718
ms
|
2 |
Yes
|
|
/classes/Product.php:3539
/override/classes/Product.php:81 (getImages)
/override/classes/Product.php:52 (coreGetImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
160 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.717
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
656 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.717
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
714 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.715
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1090 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.715
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
244 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.714
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
646 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 8 LIMIT 1 |
0.714
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1173 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.713
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
727 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.713
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2305 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1156) AND (id_product_attribute = 152233) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.712
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd4b1223_09691187)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1475 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.711
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1377 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.709
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1888 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 713 |
0.709
ms
|
1 |
|
|
/classes/Product.php:2899
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2329 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 10 LIMIT 1 |
0.709
ms
|
1 |
|
|
/classes/Country.php:402
/classes/AddressFormat.php:634 (isNeedDniByCountryId)
/classes/AddressFormat.php:615 (getFormat)
/classes/AddressFormat.php:562 (getAddressCountryFormat)
/classes/AddressFormat.php:438 (getOrderedAddressFields)
/modules/ps_contactinfo/ps_contactinfo.php:98 (generateAddress)
/modules/ps_contactinfo/ps_contactinfo.php:83 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/79/47/cb/7947cbca719cdb55c53d4bc223a0b78a3a8bbe72_2.file.footer.tpl.php:41 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bc0525a8_39304673)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:352 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
16 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang` WHERE `iso_code` = 'fr' LIMIT 1 |
0.708
ms
|
3 |
|
|
/classes/Language.php:854
/classes/Tools.php:627 (getIdByIso)
/classes/Dispatcher.php:236 (switchLanguage)
/override/classes/Dispatcher.php:48 (__construct)
/classes/Dispatcher.php:201 (__construct)
/index.php:31 (getInstance)
|
577 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.708
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1453 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.708
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1862 |
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` = 1031
AND image_shop.`cover` = 1 LIMIT 1 |
0.708
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5626 (getCover)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1298 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.707
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1860 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 162514) LIMIT 1 |
0.707
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5893 (__construct)
/classes/Product.php:5856 (computeUnitPriceRatio)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1995 |
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` = 37) AND (b.`id_shop` = 1) LIMIT 1 |
0.707
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2033 |
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` = 100) AND (b.`id_shop` = 1) LIMIT 1 |
0.707
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1092 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.702
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
358 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.702
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
725 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.702
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1731 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 575 LIMIT 1 |
0.702
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
970 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.701
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1429 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.701
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
48 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.700
ms
|
0 |
|
|
/classes/module/Module.php:2109
/modules/ets_ordermanager/ets_ordermanager.php:180 (isEnabled)
: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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:351 (exec)
/index.php:31 (dispatch)
|
638 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.700
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1899 |
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` = 600
ORDER BY `position` |
0.700
ms
|
2 |
Yes
|
|
/classes/Product.php:3539
/override/classes/Product.php:81 (getImages)
/override/classes/Product.php:52 (coreGetImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2250 |
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='200c3cef5cd55db41c7567786856b582' AND cache_id="600|1|1|1|3|10" AND compile_id="PRS02045_04" LIMIT 1 |
0.700
ms
|
1 |
|
|
/classes/Smarty/SmartyCustom.php:216
/classes/Smarty/SmartyCustom.php:154 (is_in_lazy_cache)
/classes/Smarty/SmartyCustom.php:122 (check_template_invalidation)
/classes/module/Module.php:2297 (createTemplate)
/classes/module/Module.php:2232 (getCurrentSubTemplate)
/modules/cp_imagehover/cp_imagehover.php:86 (display)
/classes/Hook.php:1043 (hookDisplayCpHoverImage)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:144 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
185 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.699
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
237 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.698
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1100 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.697
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
154 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.696
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
709 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.696
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1631 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1118 LIMIT 1 |
0.696
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
459 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.695
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1849 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1122 LIMIT 1 |
0.695
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
436 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.694
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1401 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.694
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1906 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (152182, 152183, 152184, 152185, 152186) AND il.`id_lang` = 3 ORDER by i.`position` |
0.694
ms
|
5 |
Yes
|
|
/classes/Product.php:2915
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2287 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 598) AND (id_product_attribute = 157331) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.694
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd4b1223_09691187)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
146 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 8 LIMIT 1 |
0.693
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2202 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 94 AND `id_shop` = 1 LIMIT 1 |
0.693
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:212 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:78 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2289 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 598) AND (id_product_attribute = 157333) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.693
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd4b1223_09691187)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
355 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 8 LIMIT 1 |
0.693
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
463 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.692
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
147 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.690
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1430 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.690
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1520 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.690
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1834 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1156 AND `id_group` = 1 LIMIT 1 |
0.690
ms
|
0 |
|
|
/classes/GroupReduction.php:153
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
278 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.689
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
432 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.689
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1229 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.689
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
187 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.688
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1778 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 66 LIMIT 1 |
0.688
ms
|
1 |
|
|
/classes/Product.php:5642
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
65 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1 |
0.686
ms
|
3 |
|
|
/classes/Language.php:880
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:115 (getIdByLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:208 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/BestSalesController.php:50 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1183 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.686
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1793 |
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` = 581
AND image_shop.`cover` = 1 LIMIT 1 |
0.685
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5626 (getCover)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
407 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.685
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
335 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.684
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1903 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 575 |
0.684
ms
|
1 |
|
|
/classes/Product.php:2899
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2279 |
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='200c3cef5cd55db41c7567786856b582' AND cache_id="598|1|1|1|3|10" AND compile_id="PRS02045_04" LIMIT 1 |
0.684
ms
|
1 |
|
|
/classes/Smarty/SmartyCustom.php:216
/classes/Smarty/SmartyCustom.php:154 (is_in_lazy_cache)
/classes/Smarty/SmartyCustom.php:122 (check_template_invalidation)
/classes/module/Module.php:2297 (createTemplate)
/classes/module/Module.php:2232 (getCurrentSubTemplate)
/modules/cp_imagehover/cp_imagehover.php:86 (display)
/classes/Hook.php:1043 (hookDisplayCpHoverImage)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:144 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
232 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.684
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1233 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.684
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
876 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.683
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1121 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.683
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1543 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.683
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
581 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.682
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
572 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.682
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
696 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.682
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1780 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 598 LIMIT 1 |
0.682
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
117 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.681
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
565 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.681
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
582 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.681
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
919 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.681
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
177 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.680
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1786 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 598) AND (id_product_attribute = 157327) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.680
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5791 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2185 |
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='3de266084cac9e5fe4952235c3c191c6' AND cache_id="cp_blocksearch|1|1|1|3|10" AND compile_id="PRS02045_04" LIMIT 1 |
0.680
ms
|
1 |
|
|
/classes/Smarty/SmartyCustom.php:216
/classes/Smarty/SmartyCustom.php:154 (is_in_lazy_cache)
/classes/Smarty/SmartyCustom.php:122 (check_template_invalidation)
/classes/module/Module.php:2262 (createTemplate)
/modules/cp_blocksearch/cp_blocksearch.php:161 (fetch)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2264 |
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a3ddb562a0b286a40c3ba21c8d83965c' AND cache_id="1136|1|1|1|3|10" AND compile_id="PRS02045_04" LIMIT 1 |
0.680
ms
|
1 |
|
|
/classes/Smarty/SmartyCustom.php:216
/classes/Smarty/SmartyCustom.php:154 (is_in_lazy_cache)
/classes/Smarty/SmartyCustom.php:122 (check_template_invalidation)
/classes/module/Module.php:2297 (createTemplate)
/classes/module/Module.php:2352 (getCurrentSubTemplate)
/modules/cp_imagehover/cp_imagehover.php:64 (isCached)
/classes/Hook.php:1043 (hookDisplayCpHoverImage)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:144 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
235 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.679
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
343 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 8 LIMIT 1 |
0.679
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
354 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.679
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
615 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.679
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2271 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1136) AND (id_product_attribute = 152185) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.679
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd4b1223_09691187)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
351 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.678
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
359 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.678
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1741 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 152182 LIMIT 1 |
0.678
ms
|
1 |
|
|
/classes/Combination.php:560
/classes/Product.php:5661 (getPrice)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
239 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.678
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
356 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.678
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1089 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.677
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
96 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.677
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1846 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 99 LIMIT 1 |
0.677
ms
|
1 |
|
|
/classes/Product.php:5642
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
46 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ets_payment_with_fee" LIMIT 1 |
0.676
ms
|
0 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2084 (getModuleIdByName)
/modules/ets_ordermanager/ets_ordermanager.php:177 (isInstalled)
: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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:351 (exec)
/index.php:31 (dispatch)
|
992 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.675
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1805 |
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` = 88 LIMIT 1 |
0.675
ms
|
1 |
|
|
/classes/Category.php:1373
/classes/Product.php:5641 (getLinkRewrite)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
575 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.675
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1028 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.675
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
853 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.674
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1165 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.674
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2019 |
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` = 94) AND (b.`id_shop` = 1) LIMIT 1 |
0.674
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2262 |
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a3ddb562a0b286a40c3ba21c8d83965c' AND cache_id="575|1|1|1|3|10" AND compile_id="PRS02045_04" LIMIT 1 |
0.674
ms
|
1 |
|
|
/classes/Smarty/SmartyCustom.php:216
/classes/Smarty/SmartyCustom.php:154 (is_in_lazy_cache)
/classes/Smarty/SmartyCustom.php:122 (check_template_invalidation)
/classes/module/Module.php:2297 (createTemplate)
/classes/module/Module.php:2352 (getCurrentSubTemplate)
/modules/cp_imagehover/cp_imagehover.php:64 (isCached)
/classes/Hook.php:1043 (hookDisplayCpHoverImage)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:144 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
83 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.673
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
566 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.673
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1867 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1031 AND id_shop=1 LIMIT 1 |
0.673
ms
|
1 |
|
|
/classes/Product.php:6854
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1207 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.673
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1538 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.673
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
884 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.672
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1833 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1156 AND id_shop=1 LIMIT 1 |
0.672
ms
|
1 |
|
|
/classes/Product.php:6854
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1817 |
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` = 28 LIMIT 1 |
0.672
ms
|
1 |
|
|
/classes/Category.php:1373
/classes/Product.php:5641 (getLinkRewrite)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
337 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.671
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1459 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.670
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
349 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.669
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
753 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.669
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1031 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.668
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
430 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.667
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1216 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.667
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2312 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 99 LIMIT 1 |
0.667
ms
|
0 |
|
|
/classes/Category.php:1373
/classes/Product.php:758 (getLinkRewrite)
/override/classes/Product.php:16 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd4b1223_09691187)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
168 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.666
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
341 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.666
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
647 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.666
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
681 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.666
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1389 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.666
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
308 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 1 LIMIT 1 |
0.666
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
357 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.666
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1873 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 84 LIMIT 1 |
0.666
ms
|
1 |
|
|
/classes/Product.php:5642
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
174 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.665
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1220 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.665
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
251 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.665
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
569 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.665
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
717 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.665
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1693 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1260) AND (id_product_attribute = 173126) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.665
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5791 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
339 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.664
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
974 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.664
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2304 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1156) AND (id_product_attribute = 152232) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.664
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd4b1223_09691187)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
167 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.663
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
720 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.662
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1991 |
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` = 35) AND (b.`id_shop` = 1) LIMIT 1 |
0.662
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
701 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.662
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
161 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.660
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
567 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.660
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1373 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.660
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
164 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.659
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
348 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.658
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
920 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.658
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1391 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.658
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
589 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.658
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
131 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.657
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
568 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.657
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1368 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.657
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1378 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.657
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
580 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.656
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
616 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.656
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
800 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.656
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2206 |
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='c341b64e379ece7c0f85187941552fde' AND cache_id="cp_sidebarfeaturedproducts|1|1|1|3|10" AND compile_id="PRS02045_04" LIMIT 1 |
0.655
ms
|
1 |
|
|
/classes/Smarty/SmartyCustom.php:216
/classes/Smarty/SmartyCustom.php:154 (is_in_lazy_cache)
/classes/Smarty/SmartyCustom.php:122 (check_template_invalidation)
/classes/module/Module.php:2297 (createTemplate)
/classes/module/Module.php:2352 (getCurrentSubTemplate)
/modules/cp_sidebarfeaturedproducts/cp_sidebarfeaturedproducts.php:243 (isCached)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:212 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:78 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
229 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.653
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1533 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.653
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
332 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.652
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2338 |
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='6f4b45f16e1e457c93f82aa04c5a916a' AND cache_id="cp_themeoptions|1|1|1|3|10" AND compile_id="PRS02045_04" LIMIT 1 |
0.652
ms
|
1 |
|
|
/classes/Smarty/SmartyCustom.php:216
/classes/Smarty/SmartyCustom.php:154 (is_in_lazy_cache)
/classes/Smarty/SmartyCustom.php:122 (check_template_invalidation)
/classes/module/Module.php:2297 (createTemplate)
/classes/module/Module.php:2352 (getCurrentSubTemplate)
/modules/cp_themeoptions/cp_themeoptions.php:590 (isCached)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/79/47/cb/7947cbca719cdb55c53d4bc223a0b78a3a8bbe72_2.file.footer.tpl.php:88 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/79/47/cb/7947cbca719cdb55c53d4bc223a0b78a3a8bbe72_2.file.footer.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bc0525a8_39304673)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:352 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1210 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.652
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1126 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.651
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2331 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 1 AND `id_shop` = 1 LIMIT 1 |
0.651
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/79/47/cb/7947cbca719cdb55c53d4bc223a0b78a3a8bbe72_2.file.footer.tpl.php:88 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/79/47/cb/7947cbca719cdb55c53d4bc223a0b78a3a8bbe72_2.file.footer.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bc0525a8_39304673)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:352 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
302 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.650
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
334 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.650
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1349 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.650
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
431 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.650
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
579 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.650
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
583 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.650
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
584 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.648
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
377 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.647
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
562 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.647
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1707 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 925 AND `id_group` = 1 LIMIT 1 |
0.647
ms
|
0 |
|
|
/classes/GroupReduction.php:153
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1144 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.646
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
444 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.646
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1897 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 925 |
0.646
ms
|
1 |
|
|
/classes/Product.php:2899
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
592 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.645
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1098 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.645
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
294 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.645
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
564 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.645
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1364 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.645
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
732 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.644
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1795 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 15 LIMIT 1 |
0.644
ms
|
1 |
|
|
/classes/Product.php:5642
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
872 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.643
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2249 |
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a3ddb562a0b286a40c3ba21c8d83965c' AND cache_id="600|1|1|1|3|10" AND compile_id="PRS02045_04" LIMIT 1 |
0.643
ms
|
1 |
|
|
/classes/Smarty/SmartyCustom.php:216
/classes/Smarty/SmartyCustom.php:154 (is_in_lazy_cache)
/classes/Smarty/SmartyCustom.php:122 (check_template_invalidation)
/classes/module/Module.php:2297 (createTemplate)
/classes/module/Module.php:2352 (getCurrentSubTemplate)
/modules/cp_imagehover/cp_imagehover.php:64 (isCached)
/classes/Hook.php:1043 (hookDisplayCpHoverImage)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:144 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
151 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 8 LIMIT 1 |
0.642
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
641 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.641
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1573 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.641
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
591 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.641
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1792 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 157327 |
0.641
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5893 (__construct)
/classes/Product.php:5856 (computeUnitPriceRatio)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
786 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.640
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
179 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.640
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1640 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_group`
WHERE `id_group` = 1 LIMIT 1 |
0.640
ms
|
1 |
|
|
/classes/Group.php:151
/classes/Product.php:3994 (getReductionByIdGroup)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
336 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.639
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1394 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.639
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1644 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1118) AND (id_product_attribute = 162494) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.639
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5791 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2266 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1136 AND `id_shop` = 1 |
0.639
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:16 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd4b1223_09691187)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
92 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 1 LIMIT 1 |
0.638
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1392 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.638
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
353 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.637
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1869 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1031) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.637
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5780 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
623 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.636
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1306 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.636
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
344 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.635
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
587 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.635
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1943 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "cp_sideverticalmenu" LIMIT 1 |
0.635
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
169 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.635
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2231 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 621) AND (id_product_attribute = 155966) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.635
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd4b1223_09691187)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
718 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.634
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1908 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 972 |
0.634
ms
|
1 |
|
|
/classes/Product.php:2899
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
333 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.633
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
735 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.633
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1352 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.633
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2205 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 95 AND `id_shop` = 1 LIMIT 1 |
0.633
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:212 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:78 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2272 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1136) AND (id_product_attribute = 152186) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.632
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd4b1223_09691187)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
254 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.631
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
715 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 1 LIMIT 1 |
0.631
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
563 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.631
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1682 |
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` = 110 LIMIT 1 |
0.631
ms
|
1 |
|
|
/classes/Category.php:1373
/classes/Product.php:5641 (getLinkRewrite)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2189 |
SELECT SQL_NO_CACHE * FROM ps_messenger_button_params |
0.631
ms
|
1 |
|
|
/modules/messengerbutton/messengerbutton.php:513
/modules/messengerbutton/messengerbutton.php:288 (getParams)
/classes/Hook.php:1043 (hookDisplayTop)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:142 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1087 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.630
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1402 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.630
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1547 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.630
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
687 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.630
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1221 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.630
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1123 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.629
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1481 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.629
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
347 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.628
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
698 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.628
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
350 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.627
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
713 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.627
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
959 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.627
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1435 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.627
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
645 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 8 LIMIT 1 |
0.626
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
536 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.625
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
921 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.625
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1439 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.625
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1868 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1031 AND `id_group` = 1 LIMIT 1 |
0.625
ms
|
0 |
|
|
/classes/GroupReduction.php:153
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
166 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.624
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
451 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.624
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
561 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.624
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1918 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1039 |
0.624
ms
|
1 |
|
|
/classes/Product.php:2899
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
173 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.623
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
576 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.623
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
729 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.623
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1463 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.623
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1476 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.623
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2294 |
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='200c3cef5cd55db41c7567786856b582' AND cache_id="1039|1|1|1|3|10" AND compile_id="PRS02045_04" LIMIT 1 |
0.623
ms
|
1 |
|
|
/classes/Smarty/SmartyCustom.php:216
/classes/Smarty/SmartyCustom.php:154 (is_in_lazy_cache)
/classes/Smarty/SmartyCustom.php:122 (check_template_invalidation)
/classes/module/Module.php:2297 (createTemplate)
/classes/module/Module.php:2232 (getCurrentSubTemplate)
/modules/cp_imagehover/cp_imagehover.php:86 (display)
/classes/Hook.php:1043 (hookDisplayCpHoverImage)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:144 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1134 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.622
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1370 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.622
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
360 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.622
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
740 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.620
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1550 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.620
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
250 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.620
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1029 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.619
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1921 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 792 |
0.619
ms
|
1 |
|
|
/classes/Product.php:2899
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
593 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.618
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1222 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.618
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1395 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.617
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
683 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.616
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
684 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.616
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1413 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.616
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1456 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.616
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1835 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1156) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.616
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5780 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2309 |
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a3ddb562a0b286a40c3ba21c8d83965c' AND cache_id="1122|1|1|1|3|10" AND compile_id="PRS02045_04" LIMIT 1 |
0.616
ms
|
1 |
|
|
/classes/Smarty/SmartyCustom.php:216
/classes/Smarty/SmartyCustom.php:154 (is_in_lazy_cache)
/classes/Smarty/SmartyCustom.php:122 (check_template_invalidation)
/classes/module/Module.php:2297 (createTemplate)
/classes/module/Module.php:2352 (getCurrentSubTemplate)
/modules/cp_imagehover/cp_imagehover.php:64 (isCached)
/classes/Hook.php:1043 (hookDisplayCpHoverImage)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:144 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
443 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.616
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2320 |
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a3ddb562a0b286a40c3ba21c8d83965c' AND cache_id="1031|1|1|1|3|10" AND compile_id="PRS02045_04" LIMIT 1 |
0.615
ms
|
1 |
|
|
/classes/Smarty/SmartyCustom.php:216
/classes/Smarty/SmartyCustom.php:154 (is_in_lazy_cache)
/classes/Smarty/SmartyCustom.php:122 (check_template_invalidation)
/classes/module/Module.php:2297 (createTemplate)
/classes/module/Module.php:2352 (getCurrentSubTemplate)
/modules/cp_imagehover/cp_imagehover.php:64 (isCached)
/classes/Hook.php:1043 (hookDisplayCpHoverImage)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:144 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1454 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.614
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
654 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.614
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1845 |
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` = 99 LIMIT 1 |
0.614
ms
|
1 |
|
|
/classes/Category.php:1373
/classes/Product.php:5641 (getLinkRewrite)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
446 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.613
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
686 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 8 LIMIT 1 |
0.613
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
133 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.613
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
121 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.612
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
223 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.612
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1894 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1260 |
0.612
ms
|
2 |
|
|
/classes/Product.php:2899
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1493 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.611
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2307 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1156) AND (id_product_attribute = 152235) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.611
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd4b1223_09691187)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
560 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.611
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1939 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_currencyselector" LIMIT 1 |
0.610
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
89 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.610
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1397 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.607
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2306 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1156) AND (id_product_attribute = 152234) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.607
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd4b1223_09691187)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
573 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.606
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2217 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1118) AND (id_product_attribute = 162496) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.605
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd4b1223_09691187)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
181 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.603
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
378 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.603
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1375 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.603
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
590 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.600
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1204 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.600
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1371 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.600
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
126 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.599
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
452 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.599
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1141 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.599
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
426 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.599
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2260 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 600) AND (id_product_attribute = 157340) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.599
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd4b1223_09691187)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1404 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.598
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
594 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.598
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1638 |
SELECT SQL_NO_CACHE *
FROM `ps_tax_lang`
WHERE `id_tax` = 1 |
0.598
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:116 (__construct)
/classes/Product.php:3926 (getTaxCalculator)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
108 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.597
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1122 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.597
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2293 |
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a3ddb562a0b286a40c3ba21c8d83965c' AND cache_id="1039|1|1|1|3|10" AND compile_id="PRS02045_04" LIMIT 1 |
0.597
ms
|
1 |
|
|
/classes/Smarty/SmartyCustom.php:216
/classes/Smarty/SmartyCustom.php:154 (is_in_lazy_cache)
/classes/Smarty/SmartyCustom.php:122 (check_template_invalidation)
/classes/module/Module.php:2297 (createTemplate)
/classes/module/Module.php:2352 (getCurrentSubTemplate)
/modules/cp_imagehover/cp_imagehover.php:64 (isCached)
/classes/Hook.php:1043 (hookDisplayCpHoverImage)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:144 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
504 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.596
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
558 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.596
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
995 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.596
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1554 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.596
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1818 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 28 LIMIT 1 |
0.595
ms
|
1 |
|
|
/classes/Product.php:5642
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
122 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.595
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
148 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.595
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
585 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.595
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1886 |
SELECT SQL_NO_CACHE * FROM `ps_image_type` |
0.595
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:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1408 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.593
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
688 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.593
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
703 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.593
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1910 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 801 |
0.593
ms
|
1 |
|
|
/classes/Product.php:2899
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
265 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.592
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1400 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.592
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
238 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.591
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
422 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.591
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
574 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.591
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1806 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 88 LIMIT 1 |
0.591
ms
|
1 |
|
|
/classes/Product.php:5642
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
655 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.591
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
408 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.590
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
910 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.590
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1399 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.590
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2335 |
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='7df9bd11d7a707d6ee3f9d01a2875475' AND cache_id="cp_parallaximages|1|1|1|3|10" AND compile_id="PRS02045_04" LIMIT 1 |
0.590
ms
|
1 |
|
|
/classes/Smarty/SmartyCustom.php:216
/classes/Smarty/SmartyCustom.php:154 (is_in_lazy_cache)
/classes/Smarty/SmartyCustom.php:122 (check_template_invalidation)
/classes/module/Module.php:2297 (createTemplate)
/classes/module/Module.php:2352 (getCurrentSubTemplate)
/modules/cp_parallaximages/cp_parallaximages.php:219 (isCached)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/79/47/cb/7947cbca719cdb55c53d4bc223a0b78a3a8bbe72_2.file.footer.tpl.php:88 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/79/47/cb/7947cbca719cdb55c53d4bc223a0b78a3a8bbe72_2.file.footer.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bc0525a8_39304673)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:352 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
586 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.589
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
138 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.589
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
704 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.589
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
447 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.588
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
588 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.588
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
599 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.588
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1931 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 976 |
0.588
ms
|
1 |
|
|
/classes/Product.php:2899
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2332 |
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='14f3e6d3f5719f729bfd1d7275ccfb82' AND cache_id="ps_linklist|displayFooter|1|1|1|3|10" AND compile_id="PRS02045_04" LIMIT 1 |
0.588
ms
|
1 |
|
|
/classes/Smarty/SmartyCustom.php:216
/classes/Smarty/SmartyCustom.php:154 (is_in_lazy_cache)
/classes/Smarty/SmartyCustom.php:122 (check_template_invalidation)
/classes/module/Module.php:2297 (createTemplate)
/classes/module/Module.php:2352 (getCurrentSubTemplate)
/modules/ps_linklist/ps_linklist.php:276 (isCached)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/79/47/cb/7947cbca719cdb55c53d4bc223a0b78a3a8bbe72_2.file.footer.tpl.php:88 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/79/47/cb/7947cbca719cdb55c53d4bc223a0b78a3a8bbe72_2.file.footer.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bc0525a8_39304673)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:352 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
453 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.587
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1637 |
SELECT SQL_NO_CACHE *
FROM `ps_tax` a
WHERE (a.`id_tax` = 1) LIMIT 1 |
0.587
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:116 (__construct)
/classes/Product.php:3926 (getTaxCalculator)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
107 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.586
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
722 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.586
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2017 |
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` = 93) AND (b.`id_shop` = 1) LIMIT 1 |
0.586
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:167 (__construct)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:185 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:147 (getCategoryOption)
/modules/cp_blocksearch/cp_blocksearch.php:160 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1474 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.584
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1691 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1260) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.584
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5780 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
365 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 8 LIMIT 1 |
0.583
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1728 |
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` = 16 LIMIT 1 |
0.583
ms
|
1 |
|
|
/classes/Category.php:1373
/classes/Product.php:5641 (getLinkRewrite)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
120 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.582
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
423 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.582
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1093 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.582
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2192 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 159 AND `id_shop` = 1 LIMIT 1 |
0.582
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1944 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 71 AND `id_shop` = 1 LIMIT 1 |
0.581
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1103 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.580
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1227 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.580
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
458 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.580
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1409 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.580
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1905 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1136 |
0.579
ms
|
5 |
|
|
/classes/Product.php:2899
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
182 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.579
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
450 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.579
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1420 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.578
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
157 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 8 LIMIT 1 |
0.577
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
689 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.577
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1407 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.577
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
63 |
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'GBP') LIMIT 1 |
0.576
ms
|
1 |
|
|
/classes/Currency.php:893
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:208 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/BestSalesController.php:50 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
379 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.576
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1853 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1122) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.576
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5780 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
293 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.575
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
881 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.575
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1477 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.575
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
282 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.575
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1432 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.574
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1639 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1118 AND `id_group` = 1 LIMIT 1 |
0.574
ms
|
0 |
|
|
/classes/GroupReduction.php:153
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1555 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.573
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1455 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.573
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
627 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.572
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1419 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.572
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
345 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.572
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
410 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.572
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1461 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.571
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2234 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 621) AND (id_product_attribute = 155969) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.571
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd4b1223_09691187)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1548 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.570
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
50 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_edition_basic" LIMIT 1 |
0.569
ms
|
0 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/modules/ets_seo/ets_seo.php:138 (isEnabled)
: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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:351 (exec)
/index.php:31 (dispatch)
|
258 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.569
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
346 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.569
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2241 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1260 AND `id_shop` = 1 |
0.568
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:16 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd4b1223_09691187)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
299 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.567
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
540 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.567
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
418 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.566
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1936 |
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a8d866fd19f707d78f36859225e8edf9' AND cache_id="cp_headercms1|1|1|1|3|10" AND compile_id="PRS02045_04" LIMIT 1 |
0.565
ms
|
1 |
|
|
/classes/Smarty/SmartyCustom.php:216
/classes/Smarty/SmartyCustom.php:154 (is_in_lazy_cache)
/classes/Smarty/SmartyCustom.php:122 (check_template_invalidation)
/classes/module/Module.php:2297 (createTemplate)
/classes/module/Module.php:2352 (getCurrentSubTemplate)
/modules/cp_headercms1/cp_headercms1.php:279 (isCached)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:73 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
702 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.564
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
660 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.564
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
716 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.563
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
744 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.563
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
300 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.562
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
652 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.562
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1398 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.562
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1689 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1260 AND id_shop=1 LIMIT 1 |
0.559
ms
|
1 |
|
|
/classes/Product.php:6854
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2336 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "cp_themeoptions" LIMIT 1 |
0.559
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/79/47/cb/7947cbca719cdb55c53d4bc223a0b78a3a8bbe72_2.file.footer.tpl.php:88 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/79/47/cb/7947cbca719cdb55c53d4bc223a0b78a3a8bbe72_2.file.footer.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bc0525a8_39304673)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:352 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
625 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.559
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1913 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 598 |
0.556
ms
|
7 |
|
|
/classes/Product.php:2899
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
382 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.555
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1935 |
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_flush) as last_flush FROM `ps_smarty_last_flush` WHERE type='template' LIMIT 1 |
0.555
ms
|
1 |
|
|
/classes/Smarty/SmartyCustom.php:143
/classes/Smarty/SmartyCustom.php:122 (check_template_invalidation)
/classes/module/Module.php:2297 (createTemplate)
/classes/module/Module.php:2352 (getCurrentSubTemplate)
/modules/cp_headercms1/cp_headercms1.php:279 (isCached)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:73 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1405 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.554
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1374 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.552
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
158 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.551
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
409 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.551
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1406 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.551
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
427 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 8 LIMIT 1 |
0.550
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1295 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.550
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
693 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.549
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
726 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.549
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1457 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.549
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
721 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.548
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
728 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.548
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
697 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.548
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
733 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.548
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
362 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.547
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
595 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.546
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1883 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1118 |
0.546
ms
|
5 |
|
|
/classes/Product.php:2899
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
711 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.545
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
440 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.544
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
624 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.544
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1783 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 598 AND `id_group` = 1 LIMIT 1 |
0.543
ms
|
0 |
|
|
/classes/GroupReduction.php:153
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
110 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.542
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
112 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.542
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2317 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1122) AND (id_product_attribute = 162517) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.542
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd4b1223_09691187)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1466 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.541
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
448 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.540
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2334 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 89 AND `id_shop` = 1 LIMIT 1 |
0.540
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/79/47/cb/7947cbca719cdb55c53d4bc223a0b78a3a8bbe72_2.file.footer.tpl.php:88 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/79/47/cb/7947cbca719cdb55c53d4bc223a0b78a3a8bbe72_2.file.footer.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bc0525a8_39304673)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:352 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
438 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.539
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
622 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.539
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1436 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.539
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1447 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.539
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
626 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.539
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
406 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.538
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
421 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.538
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
392 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.538
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1458 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.537
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
383 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.536
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
967 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.536
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1733 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 575 AND id_shop=1 LIMIT 1 |
0.536
ms
|
1 |
|
|
/classes/Product.php:6854
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1916 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 581 |
0.535
ms
|
1 |
|
|
/classes/Product.php:2899
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
742 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.533
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1794 |
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` = 15 LIMIT 1 |
0.533
ms
|
1 |
|
|
/classes/Category.php:1373
/classes/Product.php:5641 (getLinkRewrite)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1462 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.531
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
724 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.530
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2285 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 598) AND (id_product_attribute = 157329) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.530
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd4b1223_09691187)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1926 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1122 |
0.529
ms
|
5 |
|
|
/classes/Product.php:2899
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2233 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 621) AND (id_product_attribute = 155968) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.529
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd4b1223_09691187)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1940 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 7 AND `id_shop` = 1 LIMIT 1 |
0.528
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1560 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.527
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1933 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 70 AND `id_shop` = 1 LIMIT 1 |
0.527
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:73 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
372 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.523
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
518 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.523
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
708 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.522
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1393 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.522
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1471 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.522
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
284 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.522
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
374 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.522
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
47 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ets_delivery" LIMIT 1 |
0.521
ms
|
0 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/modules/ets_ordermanager/ets_ordermanager.php:180 (isEnabled)
: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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:351 (exec)
/index.php:31 (dispatch)
|
369 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.521
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
488 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.521
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
539 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.521
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
489 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.520
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
877 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.520
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1568 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.520
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1861 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 162514 |
0.519
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5893 (__construct)
/classes/Product.php:5856 (computeUnitPriceRatio)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
368 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.518
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
465 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.518
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
170 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.517
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
396 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.516
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
963 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.516
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2232 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 621) AND (id_product_attribute = 155967) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.516
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd4b1223_09691187)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
651 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.515
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
366 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.513
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
738 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.513
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
741 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.513
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2337 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 90 AND `id_shop` = 1 LIMIT 1 |
0.513
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/79/47/cb/7947cbca719cdb55c53d4bc223a0b78a3a8bbe72_2.file.footer.tpl.php:88 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/79/47/cb/7947cbca719cdb55c53d4bc223a0b78a3a8bbe72_2.file.footer.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bc0525a8_39304673)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:352 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1686 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 173126 LIMIT 1 |
0.512
ms
|
1 |
|
|
/classes/Combination.php:560
/classes/Product.php:5661 (getPrice)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
657 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.509
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
736 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.509
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
551 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.508
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
685 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.508
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
176 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.507
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1469 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.507
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1415 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.507
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
737 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.506
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
878 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.505
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
150 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.505
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1929 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1031 |
0.504
ms
|
1 |
|
|
/classes/Product.php:2899
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
513 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.503
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
165 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.503
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
437 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.502
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1460 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.500
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
116 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.498
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
386 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.498
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1425 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.498
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1549 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.498
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
512 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.497
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2190 |
SELECT SQL_NO_CACHE * FROM ps_messenger_button |
0.497
ms
|
10 |
|
|
/modules/messengerbutton/messengerbutton.php:497
/modules/messengerbutton/messengerbutton.php:290 (getData)
/classes/Hook.php:1043 (hookDisplayTop)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:142 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
420 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.496
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
665 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.496
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1885 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.496
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:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1556 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.496
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
411 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.494
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
522 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.494
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
419 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.492
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1784 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 598) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.492
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5780 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1900 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 600 |
0.492
ms
|
7 |
|
|
/classes/Product.php:2899
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
628 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 8 LIMIT 1 |
0.490
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
517 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.489
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
730 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.489
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
394 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.488
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
533 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.488
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
388 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.487
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
666 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.487
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1410 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.485
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
384 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.484
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
393 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.484
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1224 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.484
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
127 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.483
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
556 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.482
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
510 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.482
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1421 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.480
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
491 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.479
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
610 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.479
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1091 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.479
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1563 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.479
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
385 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.478
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
535 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.478
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
364 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.477
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1942 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 8 AND `id_shop` = 1 LIMIT 1 |
0.477
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
754 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.477
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
482 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 1 LIMIT 1 |
0.476
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1403 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.476
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1552 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.476
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1467 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.475
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1558 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.475
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1559 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.474
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
514 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.474
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1561 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.474
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1685 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 1
AND `active` = 1 LIMIT 1 |
0.474
ms
|
1 |
|
|
/classes/Manufacturer.php:312
/classes/Product.php:5652 (getNameById)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
550 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.473
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
707 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.473
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
511 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 8 LIMIT 1 |
0.472
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
542 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.472
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
298 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.469
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
515 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.469
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
466 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.468
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1863 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 16 LIMIT 1 |
0.468
ms
|
1 |
|
|
/classes/Product.php:5642
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1423 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.466
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
538 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.466
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
541 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.465
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1387 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.465
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2242 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 110 LIMIT 1 |
0.465
ms
|
0 |
|
|
/classes/Category.php:1373
/classes/Product.php:758 (getLinkRewrite)
/override/classes/Product.php:16 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd4b1223_09691187)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
389 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.465
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
662 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.465
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
659 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.464
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1865 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1031 LIMIT 1 |
0.464
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1557 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.464
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1414 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.463
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
190 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.462
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1422 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.462
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1411 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.462
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1228 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.461
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1418 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.461
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
391 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.460
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1683 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 110 LIMIT 1 |
0.460
ms
|
1 |
|
|
/classes/Product.php:5642
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
387 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.459
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
441 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.459
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1562 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.459
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1937 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_languageselector" LIMIT 1 |
0.459
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
526 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.458
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
486 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.457
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
496 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.457
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
658 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.457
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1569 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.457
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1468 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.456
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
508 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.455
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
492 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.455
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
395 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.454
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
555 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.454
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
731 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.454
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1564 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.454
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
481 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.453
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
498 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.453
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
553 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.453
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
739 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.453
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1821 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 792 AND id_shop=1 LIMIT 1 |
0.453
ms
|
1 |
|
|
/classes/Product.php:6854
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
371 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.451
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
445 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.451
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
516 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.451
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
521 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.451
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
474 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.450
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
520 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.450
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
524 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.449
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
653 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.449
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1690 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1260 AND `id_group` = 1 LIMIT 1 |
0.449
ms
|
0 |
|
|
/classes/GroupReduction.php:153
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
554 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.448
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
611 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.448
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
506 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.447
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
519 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 19 LIMIT 1 |
0.447
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1372 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.446
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
600 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.445
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
424 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.444
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
661 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.444
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
381 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.443
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
490 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.442
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
608 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.442
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1396 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.442
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1941 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_customersignin" LIMIT 1 |
0.441
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
532 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.441
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
467 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.439
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
487 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.438
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
493 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.438
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
494 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.438
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
472 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.437
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
537 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.437
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
549 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.437
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
468 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.437
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
425 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.436
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
475 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.436
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
523 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.436
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
442 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.434
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
476 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 8 LIMIT 1 |
0.434
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
552 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.433
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
507 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.433
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
598 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.433
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1424 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.433
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1938 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 6 AND `id_shop` = 1 LIMIT 1 |
0.433
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/2b/cc/95/2bcc95f791f8361161b030003bb1da6d8f31d251_2.file.header.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb51d168_38244619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:189 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
93 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.432
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
397 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.432
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1416 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.432
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1565 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.432
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1855 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1122) AND (id_product_attribute = 162514) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.432
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5791 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2286 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 598) AND (id_product_attribute = 157330) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.432
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/49/8a/e0498a22056e31cf65fd4580d92f790cd700a05f_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd4b1223_09691187)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/64/f9/8c/64f98c200ccd849910de50b82ec27b6607362eb4_2.file.product-listgrid.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd438348_64271900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/e0/d7/c4/e0d7c4779e18d3f3b53359faac4abff09f3acb08_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd41c093_34928926)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:211 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/PRS02045_04layouts_layout_both_columns_tpl/ed/fc/7c/edfc7cabd22eac653c761a554ae8d81fe86a97e7_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bb488e20_74280242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/b3/0d/63/b30d639e51667140d5d1799fcb0f9411ea45ed70_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd119c59_83120216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/PRS02045_04layouts_layout_both_columns_tpl/d5/91/a4/d591a4e1d725b7ab9332c8a884e701c07b8d9945_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_673865bd10d861_80562177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:753 (fetch)
/classes/controller/FrontController.php:735 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
534 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.429
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
734 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.429
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
664 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.428
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1417 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.428
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
547 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.427
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1851 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1122 AND id_shop=1 LIMIT 1 |
0.427
ms
|
1 |
|
|
/classes/Product.php:6854
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
367 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.426
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
473 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.426
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
603 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.426
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
528 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.425
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
723 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.424
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
495 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.424
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1412 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.424
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
544 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.423
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
499 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.422
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
531 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.422
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
500 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.420
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
370 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.418
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
607 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.418
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
667 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.417
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
609 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.416
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
497 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.415
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
469 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.414
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
559 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.413
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
363 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.412
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
375 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.412
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
530 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.411
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
710 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.411
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
596 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.410
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
505 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.409
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
509 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.409
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1215 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.409
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
390 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.408
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
502 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.408
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
548 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.408
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
543 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.407
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
601 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.406
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
480 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.403
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1200 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.402
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
501 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.401
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1553 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.399
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1571 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.398
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
545 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.397
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
503 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.397
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1226 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.397
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1566 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.397
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1852 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1122 AND `id_group` = 1 LIMIT 1 |
0.396
ms
|
0 |
|
|
/classes/GroupReduction.php:153
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5674 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
527 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.394
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
525 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.393
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
529 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.393
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1137 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.393
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
546 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.392
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
663 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.392
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
479 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.389
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
478 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.387
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
470 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.386
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1570 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.386
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
471 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.384
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
485 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.384
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1572 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.380
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
602 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.379
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
597 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.378
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
484 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.376
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
604 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.375
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
605 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.375
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
477 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.372
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
606 |
SELECT SQL_NO_CACHE crc.id_cart_rule
FROM ps_cart_rule_country crc
WHERE crc.id_cart_rule = 0
AND crc.id_country = 10 LIMIT 1 |
0.365
ms
|
0 |
|
|
/classes/CartRule.php:492
/classes/CartRule.php:556 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:538 (present)
/classes/controller/FrontController.php:607 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:20 (initContent)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|